The POST was just me forgetting to actually read the request body. The Cookies was a combination of this (the CookieServlet uses POST), and my forgetting that I'd disabled Cookies in the browser for localhost (to test some encodeURL bug), and had forgotten to re-enable them.
The TC3 Coyote now actually passes almost all of the Watchdog tests. I have to look into it more, but I suspect that most (if not all) of the failures are because the test is wrong. ----- Original Message ----- From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 4:38 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteProcessor.java CoyoteRequest.java CoyoteResponse.java > > billbarker 02/03/10 16:24:10 > > > > Modified: coyote/src/java/org/apache/coyote/tomcat3 > > CoyoteProcessor.java CoyoteRequest.java > > CoyoteResponse.java > > Log: > > Fix problems with the initial version. > > > > This version almost runs (if you patch HexUtils with the one from > j-t-c). Cookies aren't working yet (strange), and POST seems to have > issues. > > I got the POST to work right away using the j-t-c/util parser (the > Parameters class), so there must be something else which is wrong (the input > stream wrapper, maybe ?). > > The cookies needed more work, and I ended up using the Catalina cookie > parser (I didn't feel like generating facades objects). > > Remy > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>