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:07:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17571194#comment-17571194 ] 

Claus Ibsen commented on CAMEL-18302:
-------------------------------------

See this FAQ
https://camel.apache.org/manual/faq/how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html

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