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:08:00 UTC

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

Pasquale Congiusti created CAMEL-16813:
------------------------------------------

             Summary: 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


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)