You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/17 19:10:22 UTC

[GitHub] [incubator-druid] jon-wei opened a new pull request #7685: Remove unnecessary principal handling in KerberosAuthenticator

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org