Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Grails-Crowd 0.3, Grails-Crowd 0.4
-
Fix Version/s: Grails-Crowd 0.5
-
Component/s: None
-
Labels:None
Description
Methods in my controllers are being called, even though:
- My controller has def static authenticate = true
- CrowdAuthUtils.isAuthenticated(request) returns false
However, the user is redirected (correctly) to the login screen - I'm just seeing stacktraces in the logs.
I think it's because CrowdAuthSecurityFilters has return instead of return false at lines 145, 150 and 155.
Thanks Kate! I'll look into this one right away...