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 2022/07/26 05:57:00 UTC

[jira] [Resolved] (CAMEL-18302) Issue with special character % in the REST service password

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

Claus Ibsen resolved CAMEL-18302.
---------------------------------
    Resolution: Not A Bug

> Issue with special character % in the REST service password
> -----------------------------------------------------------
>
>                 Key: CAMEL-18302
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18302
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 3.6.0
>            Reporter: Srikhar Venumbaka
>            Priority: Minor
>
> The Rest service connectivity is failing using the camel HTTP component when the REST service password has a special character like %. e.g. "test%hello". It seems the camel HTTP component API internally converting the special characters in the password to URL encoded characters and in the conversion, it is incorrectly converting the % character to %2525. In the example, as given above, it is converting the password to "test%2525hello".
> We are using camel version 3.6.0.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)