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: dev@tomcat.apache.org
          Reporter: hau...@acm.org

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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to