You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Akhil S Naik (JIRA)" <ji...@apache.org> on 2018/01/08 06:00:00 UTC

[jira] [Created] (ZEPPELIN-3129) Zepplin UI Doesnt logs out in IE

Akhil S Naik created ZEPPELIN-3129:
--------------------------------------

             Summary: Zepplin UI Doesnt logs out in IE
                 Key: ZEPPELIN-3129
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3129
             Project: Zeppelin
          Issue Type: Bug
         Environment: Zepplin is using AD as way of authentication 
            Reporter: Akhil S Naik


 Zepplin UI Doesnt logs out in IE
Its Shows Logout Success and automatically reload the page 
But the User is still logged in .

The RootCause : 
As per code : https://github.com/apache/zeppelin/blob/6caf587e17fb6858e769fb2121b8cd66090ff759/zeppelin-web/src/components/navbar/navbar.controller.js#L93
Zepplin is trying to pass username and password to the URL and IE doesnt support the feature (URL REFERENCE): 
https://support.microsoft.com/en-us/help/834489/internet-explorer-does-not-support-user-names-and-passwords-in-web-sit 

So for the Check of passing the username and password need to ignore if the browser is IE as IE doesnt support the same.
Please Fix this BUG




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)