GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/2463
Fix zeppelin-web development mode ### What is this PR for? After https://github.com/apache/zeppelin/pull/2373, zeppelin-web dev mode does not work properly. Dev mode always ask user login (even if authentication is turned off) and any login attempt will fail. So it makes difficult to develop front-end. This PR fixes problem by not adding `X-Requested-With: XMLHttpRequest` header in dev mode. ### What type of PR is it? Bug Fix ### Todos * [x] - Fix devmode ### How should this be tested? run zeppelin-web dev mode and see if you can login / open notebook ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/Leemoonsoo/zeppelin fix_devmode Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2463.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 #2463 ---- commit bf15efc3e9f543ad9698b5952e285967e0d8a035 Author: Lee moon soo <m...@apache.org> Date: 2017-07-05T02:50:12Z do not apply X-Requested-With : XMLHttpRequest header in dev mode ---- --- 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. ---