Arkin Yetis created LOG4J2-113:
----------------------------------

             Summary: StructuredDataFilter defines "pairs" as attribute instead 
of element
                 Key: LOG4J2-113
                 URL: https://issues.apache.org/jira/browse/LOG4J2-113
             Project: Log4j 2
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0-beta2
            Reporter: Arkin Yetis


org.apache.logging.log4j.core.filter.StructuredDataFilter method createFilter 
defines parameter "pairs" as follows:

@PluginAttr("pairs") KeyValuePair[] pairs

It should have been:

@PluginElement("pairs") KeyValuePair[] pairs


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to