enapps-enorman opened a new pull request, #20: URL: https://github.com/apache/sling-org-apache-sling-auth-core/pull/20
The AuthenticationHandler.FAILURE_REASON_CODES enum is marked as deprecated but the enum name is still used as the value of the "j_reason_code" request parameter for forms auth. Any custom login page can not translate the "j_reason_code" string back to an enum for ease of use without ignoring or suppressing warnings about usage of the deprecated enum type. Suggest creating a mirror enum in the JakartaAuthenticationHandler class so the info is not deprecated A new configuration field can be used to continue using the deprecated enum for backward compatiblity if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
