https://issues.apache.org/bugzilla/show_bug.cgi?id=47413
Summary: There is difference <c:out> tag output between 6.0.18
and 6.0.20
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: critical
Priority: P2
Component: Servlet & JSP API
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
In Tomcat 6.0.18, <c:out> tag that has undefined reference in its value (like
the following snippet) outputs empty string(""), but in Tomcat 6.0.20 outputs
null. This is a critical bug.. Please fix it ASAP.
===
<c:out value="${foo.undefined.bar}" />
===
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]