Bug 7629 - HTML character entity codes in error message
Summary: HTML character entity codes in error message
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-30 01:28 UTC by Hans Bergsten
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Bergsten 2002-03-30 01:28:48 UTC
The JstlBaseTLV class includes HTML character entity codes in the String produced
by validateExpression, to enclose the action element name in less-than and
greater-than signs. It's not a given that a container deals with validation error
messages that contain HTML in a nice way, so I suggest that this is removed and
the name is returned as-is, or in single-quotes, instead.
Comment 1 Shawn Bayern 2002-03-31 16:55:25 UTC
Fair enough.  I made the requested change.