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

Property expressions resolved before the PatternFormatter can resolve them

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • 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.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: