RE: [PATCH] Bug fix for #1678

2001-05-24 Thread Marc Saegesser
Subject: [PATCH] Bug fix for #1678 > > > This is the fix for ServletInputStream.read() bug. > #1678: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1678 > The change is in Ajp13ConnectorRequest.java. This one is obviously > the one which has not been tested with a binary da

Re: [PATCH] Bug fix for #1678

2001-05-24 Thread DAK
Now, this is what I was talking about with the upload data corruption! Finally, corroboration! David Hiro Takahashi wrote: > This is the fix for ServletInputStream.read() bug. > #1678: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1678 > The change is in Ajp13ConnectorRequest.java.

[PATCH] Bug fix for #1678

2001-05-23 Thread Hiro Takahashi
This is the fix for ServletInputStream.read() bug. #1678: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1678 The change is in Ajp13ConnectorRequest.java. This one is obviously the one which has not been tested with a binary data. I made this patch for 3.2.1. Index: Ajp13ConnectorRequest.j