Http11Processor 'ignores' statusDropsConnection()

2007-12-25 Thread Aditya Prasad
Hi all, I was going through the 5.5 code, and noticed something that will cause a problem for my service: users can hold open connections even if my servlet indicates to Tomcat that the connection should be dropped. In particular, my servlet replies with SC_REQUEST_ENTITY_TOO_LARGE, and expects T

Re: HttpRequestBase equivalent in 5.5?

2006-09-12 Thread Aditya Prasad
ut perhaps only for selected fields). Does the MemoryProtocolHandler suggestion apply here? Thanks! Aditya On 9/12/06, Bill Barker <[EMAIL PROTECTED]> wrote: "Aditya Prasad" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I've been using Ht

HttpRequestBase equivalent in 5.5?

2006-09-12 Thread Aditya Prasad
I've been using HttpRequestBase (from Tomcat 4.0) as an impl of HttpServletRequest to construct requests for test purposes outside of Tomcat. I've recently switched to 5.5, and am rewriting my tests, since that class no longer exists. I first tried using DummyRequest, but quickly found that the