zeroflag commented on code in PR #840:
URL: https://github.com/apache/knox/pull/840#discussion_r1481995304


##########
gateway-provider-security-shiro/src/main/java/org/apache/knox/gateway/shirorealm/KnoxPamRealm.java:
##########
@@ -161,6 +149,23 @@ protected AuthenticationInfo 
doGetAuthenticationInfo(AuthenticationToken token)
         credentialsHash.getSalt(), getName());
   }
 
+  private synchronized UnixUser lookupUnixUser(AuthenticationToken token) {

Review Comment:
   Yes, this is unfortunately still a problem. We'll check the performance 
impact and if it's significant then we might need to fix the lib itself.



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to