Bug 15977

Summary: ScriptFreeTLV.java output message
Product: Taglibs Reporter: Hal Deadman <hal.deadman>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P3    
Version: 1.0   
Target Milestone: ---   
Hardware: Other   
OS: other   

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.