Re: [PATCH] Fix for data corruption in the Warp connector

2002-01-10 Thread Daniel Rall
Hi Daniel. Pier checked this change into jakarta-tomcat-connectors CVS a while back. I don't believe it's been ported to the jakarta-tomcat-4.0 repository yet -- it really needs to be, there have been a lot of reports of this bug (though few fixes :). Daniel Harding <[EMAIL PROTECTED]> writes:

[PATCH] Fix for data corruption in the Warp connector

2002-01-10 Thread Daniel Harding
When using the Warp connector, the read method of the stream returned by request.getInputStream() would return negative numbers for bytes greater than 0xEF. The attached patch fixes this problem. --- WarpRequest.javaWed Jan 9 20:38:23 2002 +++ WarpRequest.java.newWed Jan 9 20:36