Re: ERROR using multipart/form-data POST request

2001-04-28 Thread Dan Milstein
This specific bug has been fixed in 3.2.2, and the relevant function (doRead()) has been extensively cleaned up. The 3.2.2 support for ajp13 is much, much better than in 3.2.1. -Dan Andrey Kartashov wrote: > > On Fri, Apr 27, 2001 at 11:17:32AM -0700, Lucian Cionca wrote: > > The reason for th

Re: ERROR using multipart/form-data POST request

2001-04-27 Thread Andrey Kartashov
On Fri, Apr 27, 2001 at 11:17:32AM -0700, Lucian Cionca wrote: > The reason for this is a bug in the doRead() method of Ajp13ConnectorRequest, which > causes the > doRead(byte[] b, int off, int len) in that same class to prematurely end processing > . > The bug is in the conversion of the value re

Re: ERROR using multipart/form-data POST request

2001-04-27 Thread Lucian Cionca
The reason for this is a bug in the doRead() method of Ajp13ConnectorRequest, which causes the doRead(byte[] b, int off, int len) in that same class to prematurely end processing . The bug is in the conversion of the value read from the bodyBuff byte-array, to an integer result. Bytes can have val

Re: ERROR using multipart/form-data POST request

2001-04-27 Thread Andrey Kartashov
On Fri, Apr 27, 2001 at 03:57:43AM +0200, Incze Lajos wrote: > > This error hapens when I try to upload file using form with > > enctype="multipart/form-data" and method="post". > > > > The environment: Linux(2.4.3), Apache(1.3.19), > > mod_jk and Tomcat (3.2.1), using ajp13 protocol. > > > > >

Re: ERROR using multipart/form-data POST request

2001-04-26 Thread Incze Lajos
> This error hapens when I try to upload file using form with > enctype="multipart/form-data" and method="post". > > The environment: Linux(2.4.3), Apache(1.3.19), > mod_jk and Tomcat (3.2.1), using ajp13 protocol. > > > I can't seem to find anything like that in apache bug tracking system. > D