Re: bug in ChunkedInputFilter

2006-07-13 Thread Jean-frederic Clere
Please tell: TC ignores the chunk-extension instead "ignore this data". Cheers Jean-Frederic Filip Hanik - Dev Lists wrote: Here is the promised patch for the ChunkedInputFilter, please review and comment, Filip ---

Re: bug in ChunkedInputFilter

2006-07-13 Thread Filip Hanik - Dev Lists
Here is the promised patch for the ChunkedInputFilter, please review and comment, Filip - Index: java/org/apache/coyote/http11/Constants.java === --

Re: bug in ChunkedInputFilter

2006-07-13 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: gents, I know, back again, and totally bastardizing the HTTP protocol, I have a test request that looks like this: -- POST /comet HTTP/1.1CRLF User-Agent: Jakarta Commons-HttpClient/3.0.1CRLF Host: 127.0.0.1:80

Re: bug in ChunkedInputFilter

2006-07-13 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: gents, I know, back again, and totally bastardizing the HTTP protocol, I have a test request that looks like this: -- POST /comet HTTP/1.1CRLF User-Agent: Jakarta Commons-HttpClient/3.0.1CRLF Host: 127.0.0.1:8080CRLF Transfer-Encodin

bug in ChunkedInputFilter

2006-07-12 Thread Filip Hanik - Dev Lists
gents, I know, back again, and totally bastardizing the HTTP protocol, I have a test request that looks like this: -- POST /comet HTTP/1.1CRLF User-Agent: Jakarta Commons-HttpClient/3.0.1CRLF Host: 127.0.0.1:8080CRLF Transfer-Encoding: chunkedCRLF CRLF 10CRLF test