You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/06/27 19:27:42 UTC

[jira] [Updated] (CAMEL-5405) CXF Transport loses HTTP Matrix parameters

     [ https://issues.apache.org/jira/browse/CAMEL-5405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin updated CAMEL-5405:
------------------------------------

    Attachment: camel5405.diff
    
> CXF Transport loses HTTP Matrix parameters
> ------------------------------------------
>
>                 Key: CAMEL-5405
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5405
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.9.2
>            Reporter: Sergey Beryozkin
>             Fix For: 2.9.3, 2.10.0
>
>         Attachments: camel5405.diff
>
>
> DefaultCxfMesssageMapper (note the typo - to be fixed in a follow-up JIRA) wrongly initializes CXF Message Message.REQUEST_URI property with the value of Camel Exchange.HTTP_PATH, even though Camel Exchange.HTTP_URI is available.
> The net effect is that the HTTP matrix parameters if any attached to the last HTTP path segment are lost. Another side-effect is that Exchange.HTTP_PATH will contain the decoded value (done at HTTPServletRequest level) which can lead to the matching issues at the JAX-RS level.
> A simple patch is attached

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