You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/08/06 19:23:00 UTC

[jira] [Resolved] (CAMEL-13423) Path or query parameter is not allowed to have "+" character

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

Claus Ibsen resolved CAMEL-13423.
---------------------------------
    Resolution: Won't Fix

> Path or query parameter is not allowed to have "+" character
> ------------------------------------------------------------
>
>                 Key: CAMEL-13423
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13423
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ahc
>            Reporter: SUYASH MANI SHARMA
>            Assignee: Viral Gohel
>            Priority: Major
>
> Hi,
>  
> I have a URL like 
> [https://example.eu/v1/operator/%23%23%23%2B1%21000000000025]
> When I pass this URL to camel ahc, it converts the URL to 
> [https://idissuer.test.de.id-issuer.eu/v1/operator/%23%23%23+1]!000000000025.
>  
> This is happening in UnsafeUriCharactersEncoder.encodeHttpUri method.
> Even though "+" or "!" are not unsafe characters, it should be allowed to pass them as path parameter or query parameter.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)