mirror of https://github.com/apache/druid.git
spelling correction
This commit is contained in:
parent
3901047769
commit
fb754b43d8
|
@ -230,7 +230,7 @@ public class KerberosAuthenticator implements Authenticator
|
|||
|
||||
String path = ((HttpServletRequest) request).getRequestURI();
|
||||
if (isExcluded(path)) {
|
||||
// For excluded paths that does NOT need to be autheticated.
|
||||
// For excluded paths that does NOT need to be authenticated.
|
||||
// set authenticated username as Anonymous
|
||||
request.setAttribute(
|
||||
AuthConfig.DRUID_AUTHENTICATION_RESULT,
|
||||
|
|
Loading…
Reference in New Issue