Uploaded image for project: 'JBoss Log Manager'
  1. JBoss Log Manager
  2. LOGMGR-174

Filter expressions do not allow all types of regular expressions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 2.1.0.Final
    • None
    • None
    • None

    Description

      Some filter expressions require regex as an argument. The parsing of the regex does not allow for all expressions to be used. For example you can't use:

      substituteAll("\\s", "replaced")
      

      The pattern fails to be parsed. Using substituteAll("\s", "replaced") results in a pattern of s.

      Attachments

        Activity

          People

            yborgess1@redhat.com Yeray Borges Santana
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: