Claus Ibsen created CAMEL-5357:
----------------------------------

             Summary: URI normalization - Should detect already percent encoded 
values
                 Key: CAMEL-5357
                 URL: https://issues.apache.org/jira/browse/CAMEL-5357
             Project: Camel
          Issue Type: Bug
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen


If an uri has a percent encoded value, eg using %20, %25 etc, then the 
normalization logic in Camel should detect this and keep the value as is.

Currently it would end up double encoding %25, that becomes %2525, and so forth.

Its the code in UnsafeUriCharactersEncoder that has the bug

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to