You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Justin SB (JIRA)" <ji...@apache.org> on 2015/06/08 16:05:00 UTC

[jira] [Created] (CXF-6444) CrossOriginResourceSharingFilter.java should not set Origin=* when Credentials=true

Justin SB created CXF-6444:
------------------------------

             Summary: CrossOriginResourceSharingFilter.java should not set Origin=* when Credentials=true
                 Key: CXF-6444
                 URL: https://issues.apache.org/jira/browse/CXF-6444
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS Security
            Reporter: Justin SB


According to this: http://www.w3.org/TR/cors/#resource-preflight-requests

...when Access-Control-Allow-Credentials: true is set, the response Origin: must be the same as the request Origin (see bullet #7).

It doesn't say why in the RFC (that I could see), but I presume there are security implications.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)