Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-110

Property expressions resolved before the PatternFormatter can resolve them

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • Logging
    • None
    • Hide

      Define a pattern formatter with a property expression embedded;

      %${example.property:defaultValue}
      

      The AD will resolve it and you'll end up with %defaultValue in the pattern.

      Show
      Define a pattern formatter with a property expression embedded; %${example.property:defaultValue} The AD will resolve it and you'll end up with %defaultValue in the pattern.
    • Hide

      Don't use system properties in the formatter.

      Show
      Don't use system properties in the formatter.

      System property expressions defined in pattern-formatter or formatter attributes are processed by the AttributeDefinition rather than left and processed by the PatternFormatter. This results in invalid pattern values being used and stops the server from logging.

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: