Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-16813

[Doc] RAW function - escape ) character

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.10.0
    • 3.12.0
    • None
    • None
    • Unknown

    Description

      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:

          from("sftp:testserver/../testdir/?password=RAW(se+re?t)&23)")
      

      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.

      Attachments

        Activity

          People

            squakez Pasquale Congiusti
            squakez Pasquale Congiusti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: