I have the same problem. Can anyone tell me how to fix the problem? I try
to use filter to remove content-length, however it only work for
content-length that is greater than 8k. for page with less than 8k,
content-length header will always show up. Thank You
Mahesh Seshan wrote:
>
> Hello,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mahesh,
On 3/5/2009 10:16 AM, Mahesh Seshan wrote:
> 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.
Given Rainer's comments, it seems like a r
On 05.03.2009 20:08, Mahesh Seshan wrote:
Rainer,
Thank you very much for the prompt response.
To be more specific, Apache CXF is the consumer of HTTP request. Are
you indicating that Apache CXF is the one reading from Socket input
stream ? And that Tomcat HTTP Connector simply hands over the
I
Rainer,
Thank you very much for the prompt response.
To be more specific, Apache CXF is the consumer of HTTP request. Are
you indicating that Apache CXF is the one reading from Socket input
stream ? And that Tomcat HTTP Connector simply hands over the
Inputstream to CXF to consume the chunked con
On 05.03.2009 16:16, Mahesh Seshan wrote:
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 ?
You can't without consuming the