Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/932 I was testing this branch. I had a scenario in which on using LDAPRealm the method not found exception was thrown as described in #2182 . In a similar scenario after building from this branch I got the following error when accessing /api/notebooks in the network requests. `<body><h2>HTTP ERROR 405</h2> <p>Problem accessing /api/login;jsessionid=gmhaugjgp4hg1l35w40eon2bp. Reason: <pre> Method Not Allowed</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/> </body>` I am not sure if this is related to this PR will post back after further investigation however I do not know why /login is being called internally via a GET request. Any light on this would be very helpful. Thanks!
--- 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. ---