[ 2438924 ] XMLogger produces invalid XML

This commit is contained in:
Oliver Burn 2008-12-24 09:14:32 +00:00
parent b5fbe1215c
commit e389849df6
1 changed files with 1 additions and 1 deletions

View File

@ -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} */