Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2302
This PR breaks authentication for me .. in a weird way.
After authentication (we use LDAP shiro) - I can log in, but after attempt
to open any note, it closes session and redirects me back to login screen.
I think this change should be rolled back .. what this PR was supposed to
improve?
After I commented out
```
currentUser.getSession().stop();
currentUser.getSession(true);
```
and rebuilt Zeppelin, authentication started working back again as expected.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---