Community
Participate
Working Groups
The method htmlDecode(String) in StringUtility should replace "&" at the very end instead of the beginning. Example: The current implementation yields "<a < b>" for htmlDecode("<a &lt; b>"). The correct result would be "<a < b>".
This bug was already fixed with commit for bug 364545. "&" s replaced at the very end. Added tests. *** This bug has been marked as a duplicate of bug 364545 ***
Bug closed, shipped with 3.9.0 (Kepler)