You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (Created) (JIRA)" <ji...@apache.org> on 2011/12/22 03:05:30 UTC

[jira] [Created] (CXF-3995) CORS filter fails to fall back to annotations on entire class when it fails to find one for the specific method

CORS filter fails to fall back to annotations on entire class when it fails to find one for the specific method
---------------------------------------------------------------------------------------------------------------

                 Key: CXF-3995
                 URL: https://issues.apache.org/jira/browse/CXF-3995
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.5.1
            Reporter: Benson Margulies
            Assignee: Benson Margulies


For a preflight request, if the annotation is not present on the target method or an @OPTIONS method, the code should look at the service class. It does not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3995) CORS filter fails to fall back to annotations on entire class when it fails to find one for the specific method

Posted by "Benson Margulies (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-3995.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5.2

r1222009 contains the fix.
                
> CORS filter fails to fall back to annotations on entire class when it fails to find one for the specific method
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-3995
>                 URL: https://issues.apache.org/jira/browse/CXF-3995
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.5.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.5.2
>
>
> For a preflight request, if the annotation is not present on the target method or an @OPTIONS method, the code should look at the service class. It does not.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira