Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18302

Issue with special character % in the REST service password

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Not A Bug
    • 3.6.0
    • None
    • camel-http
    • None
    • Unknown

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vsrikhar Srikhar Venumbaka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: