https://bz.apache.org/bugzilla/show_bug.cgi?id=59750
Bug ID: 59750
Summary: Amend "authenticate" method with context by means of
HttpServletRequest
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Principal org.apache.catalina.Realm.authenticate(String username, String
credentials) and the other authentication methods should be enhanced with the
request.
Purpose: during an authentication, it should be possible in a webApp-level log
to record important details such as
- remote IP
- SSL cipher
- client cert used (if applicable)
At least interface Authenticator.authenticate() and
boolean
org.apache.catalina.authenticator.AuthenticatorBase.authenticate(Request
request, HttpServletResponse response) throws IOException
have everything needed.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]