Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
Description
It's because HTMLEntityCodec.getNamedEntity stop at the first entity found
so it will never return ² or ³ because &sup exists, neither &piv
because &pi exists and all other entities where a shorter entity exists.
See bug reports :
http://code.google.com/p/owasp-esapi-java/issues/detail?id=45
Attach is a recompile patched version of the library based on
owasp-esapi-java-src-1.4.zip
and a diff of src/org/owasp/esapi/codecs/HTMLEntityCodec.java
Attachments
Attachments
Issue Links
- relates to
-
OFBIZ-5343 Update owasp-esapi-java
- Closed