Bug 8232

Summary: <c:rt:out> doesn't escapeXml entities when escapeXml is not specified
Product: Taglibs Reporter: Ryan Lubke <Ryan.Lubke>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Ryan Lubke 2002-04-18 00:10:45 UTC
Given:

  <c_rt:out value="< > , \" &"/>

Result:
    < > , " &

It would appear the init() method of the OutSupport class intitializes
the value to false instead of true.
Comment 1 Shawn Bayern 2002-04-18 01:21:55 UTC
Thanks again.