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
---
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