Hello, I can obtain the content-length of a HTTP Servlet Request when the Content-Length header is added by the client. However, when the Transfer-encoding is chunked, how do I programatically obtain the content length ?
The task at hand for me is to prevent a HTTP client from issuing a request that has a huge payload that could pose a resource risk on the HTTP server. Any help or pointers appreciated. Thank you, -mahesh --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org