Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0-beta6
-
any
Description
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 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".