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

Named filters throw an IllegalArgumentException if they are embedded in an expression

    XMLWordPrintable

Description

    A named filter, one that was added via the configuration API, will throw an IllegalArgumentException if they are embedded in a filter expression.

    The following should be a valid expression as "all" is a changed filter and "test" is the manually created filter.

    logContextConfiguration.addFilterConfiguration(null, "org.jboss.filter.Test", "test");
    logContextConfiguration.getLoggerConfiguration("").setFilter("all(test)");
    

    Attachments

      Issue Links

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: