GitHub user khalidhuseynov opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/867
Fix duplicate CORS header problem
### What is this PR for?
It attempts to solve cause of the duplicated CORS headers problem that was
introduced by #831 and was tried to be solved as hotfix in #863
### What type of PR is it?
Bug Fix
### Todos
* [x] - remove second `addFilter` to the same context
### What is the Jira issue?
### How should this be tested?
same as in #863
### 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/incubator-zeppelin
fix/duplicate-cors-header
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/867.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 #867
----
commit e3bfd57a61a203ca2edbdb4ed38fb8555a5473a3
Author: Khalid Huseynov <[email protected]>
Date: 2016-04-29T07:06:38Z
fix double adding cors to webapp context
commit bf807dac5cad367588f2b1060f38412e85dda52b
Author: Khalid Huseynov <[email protected]>
Date: 2016-04-29T07:18:32Z
fix indentation
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---