Bug 7420 - javax.servlet.jsp.jstl.sql.maxRows Doesn't Work
Summary: javax.servlet.jsp.jstl.sql.maxRows Doesn't Work
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-24 23:15 UTC by David Geary
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 David Geary 2002-03-24 23:15:31 UTC
Specifying the initialization parameter javax.servlet.jsp.jstl.sql.maxRows 
does not limit the size of queries.
Comment 1 Justyna Horwat 2002-04-08 22:19:02 UTC
Fixed. maxRows context configuration parameter properly sets the maximum number
of rows.