You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "SUYASH MANI SHARMA (JIRA)" <ji...@apache.org> on 2019/04/16 13:23:00 UTC

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

SUYASH MANI SHARMA created CAMEL-13423:
------------------------------------------

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


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.

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)