Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
31561
Description
in class <code>StringEscapeUtils</code>, the javadoc of the methods
<code>public static String escapeXml(String str)</code>
and
<code>public static String unescapeXml(String str)</code>
says:
'Supports only the four basic XML entities (gt, lt, quot, amp).'
It should say
'Supports only the five basic XML entities (gt, lt, quot, amp, apos).'