DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36788>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36788 Summary: str:wordWrap generates incorrect html character entity sequence for a sequence of few special characters Product: Taglibs Version: 1.0.1 Platform: Other OS/Version: other Status: NEW Severity: major Priority: P1 Component: String Taglib AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Here is a code fragment to illustrate the issue where item.name1 is assigned a value of <a href="http://google.com">l</a> <str:wordWrap width="45" delimiter=" <BR> "><c:out value="${item.name1}"/></str:wordWrap> And here is the HTML output: <a <BR> href="http://google.com&# <BR> 034;>l</a> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
