Re: Tomcat NIO : CometProcessor

2010-04-05 Thread Michael Wojcik
trailers easier to read, presumably.) So yes, the chunk-size in the posted request was wrong. -- Michael Wojcik Micro Focus Rhetoric & Writing, Michigan State University - To unsubscribe, e-mail: users-unsubscr.

Re: Tomcat NIO : CometProcessor

2010-04-01 Thread Michael Wojcik
onse.) This is, depending on your viewpoint, an error, oversight, or restriction in HTTP; but in effect it means that if the client closes its end of the conversation after sending a request but before receiving a response, the the server is free to consider the connection closed (even though it

Re: tomcat PUT not working

2010-03-31 Thread Michael Wojcik
Christopher Schultz wrote: > On 3/28/2010 6:28 PM, Michael Wojcik wrote: >> André Warnier wrote: >>> For all these reasons, currently Tomcat does not support the >>> getParameters() family of methods, when the request method is PUT. >> This is a Tomcat limita

Re: tomcat PUT not working

2010-03-29 Thread Michael Wojcik
André Warnier wrote: > > The area of contention here is whether a HTTP PUT request can or not > have "parameters", and whether such parameters can or not be encoded as > part of the HTTP body of a PUT request (or as part of the URL query > string of the request). As far as I can tell, this is a T