> To my surprise, I just discovered that ResponseInputStream is already 
> attempting to support chunked transfer encoding. Therefore, the patch I 
> previously submitted to address this bug is moot. Please disregard my 
> previous patch postings for bug 5018.
> 
> However, I have identified the bug in ResponseInputStream. At line 99, 
> it attempts to find the index of the constant "chunked" in a 
> case-sensitive manner. Some servers, such as WebLogic, reply with 
> "Chunked", thus causing this test to fail. The attached patch should 
> solve this problem.

Yes, that's correct. The value should be case-insensitive.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to