[GitHub] tomcat pull request: #57178: Allow CORS requests with Origin value...

2015-01-21 Thread gzurowski
Github user gzurowski closed the pull request at:

https://github.com/apache/tomcat/pull/14


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

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] tomcat pull request: #57178: Allow CORS requests with Origin value...

2014-11-03 Thread gzurowski
GitHub user gzurowski opened a pull request:

https://github.com/apache/tomcat/pull/14

#57178: Allow CORS requests with Origin value "null".

Add a new configuration option "cors.allow.nullorigin" for CorsFilter to
explicitly allow requests with Origin value "null" (disabled by
default). When enabled, requests with Origin "null" will be handled as
valid CORS requests and processed by the filter.

See: https://issues.apache.org/bugzilla/show_bug.cgi?id=57178

Signed-off-by: Gregor Zurowski 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gzurowski/tomcat CorsAllowNullOrigin

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

https://github.com/apache/tomcat/pull/14.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 #14


commit 032dc48079b85c2dae090c9c377d48a7a93861a0
Author: Gregor Zurowski 
Date:   2014-10-31T21:04:48Z

Allow CORS requests with Origin value "null".

Add a new configuration option "cors.allow.nullorigin" for CorsFilter to
explicitly allow requests with Origin value "null" (disabled by
default). When enabled, requests with Origin "null" will be handled as
valid CORS requests and processed by the filter.

Signed-off-by: Gregor Zurowski 




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

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org