"Mark Thomas" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Christopher Schultz wrote:
>> Mark Thomas wrote:
>>> It's fixed in Tomcat. See Bill's reply to your original post on this
>>> topic for possible mod_jk / AJP issues.
>>
>> Oh, sorry. I see that it's a bug in the Java half of the Jk connector.
> I haven't looked at the code, but from Bill's post it looks like he
> has and there are possible issues with mod_jk and and Tomcat AJP
> connectors.
>

Yes, the exception is thrown because the first character in the 
Content-Length header isn't a digit, so I'm guessing that it is coming in 
with a leading '-' from mod_jk.  Otherwise, while the Java side could be 
improved, the JK Connector would handle this correctly.

>> Since the Java part of the connector is bundled with Tomcat, is that
>> considered to be "part" of mod_jk (which I always thought of as the
>> c/c++ apache httpd module) or "part" of Tomcat? For instance, if I were
>> to log a bug... where would it go? I don't see a proper product in
>> bugzilla (Connectors, Tomcat Connectors, mod_jk, Apache mod_jk, ... none
>> of those exist).
> I'd use Connector:AJP but it doesn't really matter.
>
>> I'd even be happy to provide a patch; I already made the mods in a fresh
>> source copy and they compile... no testing, yet.
> Great. When you are happy with your patch, open a bugzilla entry and
> attach the patch.
>
> Mark
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to