You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gzurowski <gi...@git.apache.org> on 2014/11/03 21:19:31 UTC

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

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 <gr...@zurowski.org>

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 <gr...@zurowski.org>
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 <gr...@zurowski.org>

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


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

Posted by gzurowski <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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