> 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]>