GitHub user khalidhuseynov opened a pull request:

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

    [ZEPPELIN-2314] Fix watcher websocket origin header

    ### What is this PR for?
    this is to add `Origin` header to ws client, and fix ws connection error 
after merging ZEPPELIN-2288, breaking ZEPPELIN-1697. more details in issue. 
also since breaking some changes in 0.7.0 branch, better include in `0.7.1`
    
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [x] - add header
    
    ### What is the Jira issue?
    [ZEPPELIN-2314](https://issues.apache.org/jira/browse/ZEPPELIN-2314)
    
    ### How should this be tested?
    same as in #2161 
    
    ### Screenshots (if appropriate)
    
    ### 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/khalidhuseynov/zeppelin fix/ZEPPELIN-2314

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

    https://github.com/apache/zeppelin/pull/2187.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 #2187
    
----
commit 05fced208fc0f71974702a1de026628a074f6086
Author: Khalid Huseynov <khalid...@gmail.com>
Date:   2017-03-24T11:18:45Z

    add origin header to ws connect

----


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