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