You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Srikhar Venumbaka (Jira)" <ji...@apache.org> on 2022/07/26 05:04:00 UTC

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

Srikhar Venumbaka created CAMEL-18302:
-----------------------------------------

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


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)