chillinger commented on a change in pull request #4258:
URL: https://github.com/apache/zeppelin/pull/4258#discussion_r731553380
##########
File path:
zeppelin-server/src/main/java/org/apache/zeppelin/realm/LdapRealm.java
##########
@@ -206,7 +206,12 @@ public LdapRealm() {
@Override
protected AuthenticationInfo doGetAuthenticationInfo(AuthenticationToken
token)
throws org.apache.shiro.authc.AuthenticationException {
- return super.doGetAuthenticationInfo(token);
+ try{
+ return super.doGetAuthenticationInfo(token);
+ }catch (Exception e){
Review comment:
thanks for the improvement proposals - implemented
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]