[jboss-jira] [JBoss JIRA] (WFLY-2464) simpler (than OBJECT) parser for STRING parameters and properties

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Thu Nov 14 06:53:06 EST 2013


    [ https://issues.jboss.org/browse/WFLY-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923539#comment-12923539 ] 

RH Bugzilla Integration commented on WFLY-2464:
-----------------------------------------------

Alexey Loubyansky <olubyans at redhat.com> made a comment on [bug 1026319|https://bugzilla.redhat.com/show_bug.cgi?id=1026319]

As in my previous comment, a simpler parser is used now for STRING types. As a consequence the equals sign does not have to be escaped in this case.
                
> simpler (than OBJECT) parser for STRING parameters and properties
> -----------------------------------------------------------------
>
>                 Key: WFLY-2464
>                 URL: https://issues.jboss.org/browse/WFLY-2464
>             Project: WildFly
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: CLI
>            Reporter: Alexey Loubyansky
>            Assignee: Alexey Loubyansky
>             Fix For: 8.0.0.CR1
>
>
> At the moment a general parser (which recognizes objects, lists, properties, etc) is used for properties and parameters of type STRING. The problem with this is that some characters that appear special in values of types OBJECT, PROPERTY, LIST, etc have to be escaped in values of type STRING. E.g.
> --connection-url=jdbc:h2:~/unifiedpush;DB_CLOSE_DELAY=-1
> Here the equals sign before -1 has to be escaped, otherwise the value will be treated as PROPERTY and the equals sign as a name/value separator.

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


More information about the jboss-jira mailing list