Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix zeppelin-web development mode #2463

Closed
wants to merge 2 commits into from

Conversation

Leemoonsoo
Copy link
Member

What is this PR for?

After #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

  • - 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

@tinkoff-dwh
Copy link
Contributor

Tested (dev mode), works fine, LGTM

@prabhjyotsingh
Copy link
Contributor

Few days I too was thinking about this, thanks for the fix. LGTM.

@1ambda
Copy link
Member

1ambda commented Jul 5, 2017

Tested locally, LGTM.

@soralee
Copy link
Contributor

soralee commented Jul 5, 2017

Tested and LGTM

@Leemoonsoo
Copy link
Member Author

Thanks @tinkoff-dwh @prabhjyotsingh @1ambda @soralee for review.

Merge to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants