GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/zeppelin/pull/2721
ZEPPELIN-3129: Zepplin UI Doesnt logs out in IE
### What is this PR for?
Zepplin UI Doesn't logs out in IE/Edge, its Shows Logout Success and
automatically reload the page
But the User is still logged in.
This happens when shiro is configured with "authc" however it works for
"authcBasic".
### What type of PR is it?
[Bug Fix]
### What is the Jira issue?
* [ZEPPELIN-3129](https://issues.apache.org/jira/browse/ZEPPELIN-3129)
### How should this be tested?
* Logout should work for all browsers and for both shiro configuration i.e.
"authc" and "authcBasic"
### Questions:
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3129
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2721.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2721
----
commit a9f933c5032d2cff0490a60ccce9ffcdce66c44d
Author: Prabhjyot Singh <prabhjyotsingh@...>
Date: 2018-01-09T07:51:51Z
ZEPPELIN-3129: Zepplin UI Doesnt logs out in IE
----
---