[ 2438924 ] XMLogger produces invalid XML
This commit is contained in:
parent
b5fbe1215c
commit
e389849df6
|
|
@ -114,7 +114,7 @@ public class XMLLogger
|
|||
/** {@inheritDoc} */
|
||||
public void fileStarted(AuditEvent aEvt)
|
||||
{
|
||||
mWriter.println("<file name=\"" + aEvt.getFileName() + "\">");
|
||||
mWriter.println("<file name=\"" + encode(aEvt.getFileName()) + "\">");
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
|
|
|
|||
Loading…
Reference in New Issue