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>

&nbsp;<str:wordWrap width="45" delimiter="&nbsp;<BR>&nbsp;"><c:out
value="${item.name1}"/></str:wordWrap>&nbsp;

And here is the HTML output:

&nbsp;&lt;a                        
&nbsp;<BR>&nbsp;href=&#034;http://google.com&#&nbsp;<BR>&nbsp;034;&gt;l&lt;/a&gt;&nbsp;

-- 
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]

Reply via email to