Bug 7599 - Invalid return value for doEndTag() in some SQL tag handlers
Summary: Invalid return value for doEndTag() in some SQL tag handlers
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0B1
Hardware: All other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-29 03:13 UTC by Shawn Bayern
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 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.