You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2009/03/10 15:44:55 UTC

[jira] Commented: (CXF-2098) The @PathParam change from '+' to space.

    [ https://issues.apache.org/jira/browse/CXF-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680483#action_12680483 ] 

Sergey Beryozkin commented on CXF-2098:
---------------------------------------

Hi - I'm just sending a query to  ajaxrs list at this very moment of time. PathParam values are automatically decoded now and URLDecoder which we use produces a space. Solution (or workaround ?) is to add @Encoded to a given parameter and things should work fine - but I need to clarify few bits additionally too....

> The @PathParam change from '+' to space.
> ----------------------------------------
>
>                 Key: CXF-2098
>                 URL: https://issues.apache.org/jira/browse/CXF-2098
>             Project: CXF
>          Issue Type: Bug
>          Components: REST
>    Affects Versions: 2.1.3, 2.1.4
>         Environment: tomcat5.5.20 JDK1.5
>            Reporter: imcaptor
>
> When I send a PathParam include '+', the '+' is changed to space.
> In version 2.1.1, the parameter is '+' unchanged.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.