You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Pasquale Congiusti (Jira)" <ji...@apache.org> on 2021/07/21 15:09:00 UTC

[jira] [Commented] (CAMEL-16813) RAW function - escape ) character

    [ https://issues.apache.org/jira/browse/CAMEL-16813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384943#comment-17384943 ] 

Pasquale Congiusti commented on CAMEL-16813:
--------------------------------------------

If there is no escape character I can work on the fix.

> RAW function - escape ) character
> ---------------------------------
>
>                 Key: CAMEL-16813
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16813
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.10.0
>            Reporter: Pasquale Congiusti
>            Priority: Major
>
> 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)