[
https://issues.apache.org/jira/browse/CAMEL-16813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pasquale Congiusti updated CAMEL-16813:
---------------------------------------
Fix Version/s: 3.12.0
> [Doc] RAW function - escape ) character
> ---------------------------------------
>
> Key: CAMEL-16813
> URL: https://issues.apache.org/jira/browse/CAMEL-16813
> Project: Camel
> Issue Type: Improvement
> Affects Versions: 3.10.0
> Reporter: Pasquale Congiusti
> Assignee: Pasquale Congiusti
> Priority: Minor
> Fix For: 3.12.0
>
>
> We've been reported a possible bug when using the RAW function including a )
> character. This is interpreted as closing the RAW function, though it may be
> part of the argument.
> As an example:
> {code}
> from("sftp:testserver/../testdir/?password=RAW(se+re?t)&23)")
> {code}
> Will fail as the function will take only *se+re?t* as an argument. I wonder
> if there is any escape character and if not, I think it makes sense to
> include all the text until the last ) character.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)