Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Form Based Authentication 1.0.20
-
None
Description
When using Apache Sling Form Based Authentication Handler
Every request and subrequest sets a new value for `sling.formauth`
Analyzing the code indicates that it not the intended behavior,
and the cookie value of `sling.formauth` should be consistent for 30 minutes
according to the default value of form.auth.timeout
Debugging shows that the method getCookieAuthData always returns null.... AuthenticationInfo properties are user.jcr.credentials, sling.authType and user.name. But this is not a property called sling.formauth