GitHub user prabhjyotsingh opened a pull request:

    https://github.com/apache/zeppelin/pull/1071

    [ZEPPELIN-1052] Application does not logout user when authcBasic is used

    ### What is this PR for?
    This PR is WRT to 
[this](http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Fwd-Authentication-in-zeppelin-td3354.html)
 mail thread (Authentication in zeppelin)
    Where in if authcBasic mechanisim is used then on clicking logout, the user 
doesn't gets logout.
    
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [x] -  set username and password false on logout
    
    ### What is the Jira issue?
    * [ZEPPELIN-533](https://issues.apache.org/jira/browse/ZEPPELIN-1052)
    
    ### How should this be tested?
    In shiro.ini conf set `/** = authcBasic`, then start the zeppelin server.
     - try login as admin/password1
     - now try to logout (this should work)
    
    
    ### 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-1052

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1071.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 #1071
    
----
commit b3d6935fee8959169d3dd508ef2d6ab679e71754
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Date:   2016-06-23T09:37:42Z

    set username and password false on logout

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to