You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (Created) (JIRA)" <ji...@apache.org> on 2011/10/12 16:37:12 UTC

[jira] [Created] (OPENEJB-1703) the first http pattern matching is used even is a more matching pattern is available

the first http pattern matching is used even is a more matching pattern is available
------------------------------------------------------------------------------------

                 Key: OPENEJB-1703
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1703
             Project: OpenEJB
          Issue Type: Bug
          Components: server
    Affects Versions: 4.0-beta-1
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau
             Fix For: 4.0-beta-2


example:

/foo/{id}
/foo/bar

when hitting the second url the first one will match

--
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] (OPENEJB-1703) the first http pattern matching is used even is a more matching pattern is available

Posted by "Romain Manni-Bucau (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau resolved OPENEJB-1703.
-----------------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 4.0-beta-2)
    
> the first http pattern matching is used even is a more matching pattern is available
> ------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1703
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1703
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.0-beta-1
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>
> example:
> /foo/{id}
> /foo/bar
> when hitting the second url the first one will match

--
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] [Commented] (OPENEJB-1703) the first http pattern matching is used even is a more matching pattern is available

Posted by "Romain Manni-Bucau (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125901#comment-13125901 ] 

Romain Manni-Bucau commented on OPENEJB-1703:
---------------------------------------------

cxf issue,

see org.apache.cxf.jaxrs.utils.JAXRSUtils#findTargetMethod
                
> the first http pattern matching is used even is a more matching pattern is available
> ------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1703
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1703
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.0-beta-1
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>
> example:
> /foo/{id}
> /foo/bar
> when hitting the second url the first one will match

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