Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
OpenID Authentication 1.0.2, JCR Jackrabbit Access Manager 2.1.0, Form Based Authentication 1.0.2, Auth Core 1.0.6, API 2.2.2
-
None
Description
while having a look at the sling authentication code i fixed some javadoc errors, missing annotations and redundant/inconsistent code fragments that i came across... feel free to include the attached patch (or parts of it).
there were two additional things i couldn't resolve:
AbstractAuthenticationHandler#sendValid states: " // expressely tell we have no content but set content type"
did you mean explicitly?
FormAuthenticationHandler#AuthenticationStorage:
in this interface and its implementing class the javadoc is broken and refers to CookieAuthData, CookieAuthenticationHandler, CookieExtractor, SessionExtractor.