You're right, the code is correct in tomcat 3.3 mod_jk
and conform with the latest patch I submitted in this branch.
The error was introduced in the J-T-C port....

                /* the right place to add file storage for upload */
                if((len = read_into_msg_buff(ep, r, pmsg, l, len)) >= 0) {
                    r->content_read += len;
                    return JK_AJP13_HAS_RESPONSE;


-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Kevin Seguin [mailto:[EMAIL PROTECTED]]
>Sent: Monday, December 17, 2001 4:34 PM
>To: 'Tomcat Developers List'
>Subject: RE: [j-t-c] patch for
>jakarta-tomcat-connectors/jk/native/common/ jk_a jp_common.c
>
>
>> 
>> The patch seems valid and the pmsg was passed for this
>> purpose in previous release of J-T-C but some folks
>> (didn't remember who) make modifications in mod_jk
>> part of code and the update was lost.
>> 
>> Seems ok, you could commit :)
>> 
>
>done.
>
>> This patch fix a real problem and should be also 
>> propagated to Tomcat 3.3.1 mod_jk ....
>> 
>
>i looked at the source on the HEAD of 
>jakarta-tomcat/src/native/mod_jk and
>didn't see a similar problem.  it's quite possible that i 
>missed something
>:)
>
>-kevin.
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For 
>additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to