Re: Filter Help!

2006-04-04 Thread Mark Thomas
Matthew J. Vincent wrote: > Hello everyone, > > If this is not the right place to post this could you please let me know > where. I have searched the forums and Google and cannot find an answer. Why not just set maxPostSize on the connector and let Tomcat do this for you? Mark ---

Filter Help!

2006-04-04 Thread Matthew J. Vincent
Hello everyone, If this is not the right place to post this could you please let me know where. I have searched the forums and Google and cannot find an answer. I have a Servlet filter that checks to see the content length of the request. long contentLength = request.getContentLength(); I