Header handling bug in class org.apache.Ajp13

2002-02-04 Thread Jianliang Zhao
I enabled AJP 1.3 connector on Tomcat 4.0.1 with Netscape Server and found a NumberFormatException thrown for a HTTP request with non-standard headers. I checked out the code from module jakarta-tomcat-connectors with tag tomcat_401. After some debuging, it seems the following code is causing

RE: Header handling bug in class org.apache.Ajp13

2002-02-04 Thread Kevin Seguin
the fix for this is already in cvs and will be part of the next 4.0.2 beta release. -Original Message- From: Jianliang Zhao [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 4:26 PM To: Tomcat-dev (E-mail) Subject: Header handling bug in class org.apache.Ajp13 I