Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The EngineSlingAuthenticator class implements the old Engine's Authenticator service calling into the new service. The optional exception thrown by the Authenticator.login method must be translated by from org.apache.sling.commons.auth.NoAuthenticationHandlerException to org.apache.sling.engine.auth.NoAuthenticationHandlerException, otherwise applications using the old API may break.