On 09/03/2011 18:50, Mark Thomas wrote: > On 09/03/2011 15:47, Jess Holle wrote: >> What's more troublesome to me is that with every approach I've tried at >> least 1 request still gets through. In some cases this request works >> normally. In other cases the request gets a 200 and no content or a >> 404. After this initial request things behave more appropriately -- >> with the particulars depending on what I try to stop. > > Let me do some more testing in this area.
I can reproduce this. Fixing it shouldn't be too hard. However there are a couple of different states: a) Request not received when connector stopped b) Request line being read when connector stopped c) Request headers being read when connector stopped d) Request body being read when connector stopped and we need to decided how far a request has to get before it is rejected when the connector is stopped. I am leaning towards rejecting a) and allowing the rest to proceed. Comments welcome at: https://issues.apache.org/bugzilla/show_bug.cgi?id=50903 This won't get into 7.0.11 but it should make it into 7.0.12. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org