jon-wei opened a new pull request #7685: Remove unnecessary principal handling 
in KerberosAuthenticator
URL: https://github.com/apache/incubator-druid/pull/7685
 
 
   Fixes #7527 
   
   This PR removes some code from KerberosAuthenticator which attempt to 
retrieve the principal name from the ticket or cookie before passing the 
request to `doFilterSuper()`.
   
   This code became unnecessary after the fix in 
https://github.com/apache/incubator-druid/pull/5596.
   
   The code being removed uses APIs from `sun.security.krb5` and 
`sun.security.util` which are not JDK9+ compatible.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to