Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-2464

simpler (than OBJECT) parser for STRING parameters and properties

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 8.0.0.CR1
    • None
    • CLI
    • None

    Description

      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.

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            olubyans@redhat.com Alexey Loubyansky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: