Bug 15977 - ScriptFreeTLV.java output message
Summary: ScriptFreeTLV.java output message
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0
Hardware: Other other
: P3 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-10 21:14 UTC by Hal Deadman
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 Hal Deadman 2003-01-10 21:14:13 UTC
I believe there is a tiny bug that could impact the formating of the error 
message that this tag library validator puts out. The patch is below. 

Index: ScriptFreeTLV.java
===================================================================
RCS file: /home/cvspublic/jakarta-
taglibs/standard/src/javax/servlet/jsp/jstl/tlv/ScriptFreeTLV.java,v
retrieving revision 1.3
diff -r1.3 ScriptFreeTLV.java
257a258
>       first = false;
Comment 1 Shawn Bayern 2003-01-14 20:38:33 UTC
Thanks.  There was another case where 'first' needs to be set to 'false' too; 
I fixed them both.

Thanks again for the report.