Re: How do I limit HTML page size using a JSP?
Posted By:
christian_gorbach
Posted On:
Wednesday, March 27, 2002 02:44 AM
If you use a servlet/jsp container which supports the Servlet 2.3 and JSP 1.2 specifications (eg tomcat4) you could try to create a proper java.servlet.Filter object.