You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2012/09/23 13:50:07 UTC

[jira] [Created] (CAMEL-5642) Simple language - Limit escaping to newline related characters

Claus Ibsen created CAMEL-5642:
----------------------------------

             Summary: Simple language - Limit escaping to newline related characters
                 Key: CAMEL-5642
                 URL: https://issues.apache.org/jira/browse/CAMEL-5642
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.11.0


See nabble
http://camel.465427.n5.nabble.com/String-replacement-via-Spring-tp5719498.html

The simple language escaping using \ character makes it header to specify back-slashes. What we really only need escaping for is the new line related.

So by limiting the escaping to only \n \t and \r then we can allow people to specify backslashes in method parameters and the likes. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-5642) Simple language - Limit escaping to newline related characters

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-5642.
--------------------------------

    Resolution: Fixed
    
> Simple language - Limit escaping to newline related characters
> --------------------------------------------------------------
>
>                 Key: CAMEL-5642
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5642
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.11.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/String-replacement-via-Spring-tp5719498.html
> The simple language escaping using \ character makes it header to specify back-slashes. What we really only need escaping for is the new line related.
> So by limiting the escaping to only \n \t and \r then we can allow people to specify backslashes in method parameters and the likes. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira