Bug 7599

Summary: Invalid return value for doEndTag() in some SQL tag handlers
Product: Taglibs Reporter: Shawn Bayern <bayern>
Component: Standard TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.0B1   
Target Milestone: ---   
Hardware: All   
OS: other   

Description Shawn Bayern 2002-03-29 03:13:16 UTC
UpdateSupport and QuerySupport (in the tag.sql package) return SKIP_BODY from
doEndTag().  This doesn't show up as a bug on Tomcat, but it affects other
servers.  They should return EVAL_PAGE instead.  (I'm just notating this here
since I don't want to muck with the code from a JavaOne kiosk.  :-)  )
Comment 1 Shawn Bayern 2002-03-30 21:22:36 UTC
Fixed.