[
https://issues.apache.org/jira/browse/CAMEL-7057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang reassigned CAMEL-7057:
-----------------------------------
Assignee: Willem Jiang
> Issue with password having double &&
> ------------------------------------
>
> Key: CAMEL-7057
> URL: https://issues.apache.org/jira/browse/CAMEL-7057
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.12.2
> Reporter: Marco Crivellaro
> Assignee: Willem Jiang
> Priority: Minor
>
> there is an issue with handling password with double && even when wrapping it
> into RAW() constraint
> For instance the use of URI
> http://hostname/script.php?authMethod=Basic&authPassword=RAW(pa&&word)&authUsername=usr
> throws the exception:
> org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint:
> http://hostname/script.php?authMethod=Basic&authPassword=RAW(pa&&word)&authUsername=usr
> due to: Invalid uri syntax: Double && marker found. Check the uri and remove
> the duplicate & marker.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)