Adrian Nistor created LOG4J2-273:
------------------------------------
Summary: wasted work in XMLLayout.toSerializable()
Key: LOG4J2-273
URL: https://issues.apache.org/jira/browse/LOG4J2-273
Project: Log4j 2
Issue Type: Bug
Components: Layouts
Affects Versions: 2.0-beta6
Environment: any
Reporter: Adrian Nistor
Priority: Minor
Attachments: patch.diff
The problem appears in Log4j 2.0-beta6 and in revision 1490297. I
attached a one-line patch that fixes it.
In method "XMLLayout.toSerializable", the loop over
"formats" should should break immediately after
"xmlSupported" is set to "true". All the iterations after
"xmlSupported" is set to "true" do not perform any useful work,
at best they just set "xmlSupported" again to "true".
--
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]