Re: Tomcat NIO : CometProcessor

2010-04-05 Thread Michael Wojcik
in the posted request was wrong. -- Michael Wojcik Micro Focus Rhetoric Writing, Michigan State University - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat NIO : CometProcessor

2010-04-01 Thread Michael Wojcik
, 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 isn't) and discard the request. -- Michael

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 limitation, not an HTTP one. Again, Tomcat does

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 Tomcat