cvs commit: jakarta-tomcat/src/native/jk jk_ajp13.c

2001-01-29 Thread danmil
danmil 01/01/29 21:47:48 Modified:src/native/jk Tag: tomcat_32 jk_ajp13.c Log: Fixing off by one error for expanding the status code integer into full name. (Doesn't actually visibly break anything in the 3.2 branch, because of a mistake on the Java side in Ajp13ConnectorR

cvs commit: jakarta-tomcat/src/native/jk jk_ajp13.c

2000-11-04 Thread craigmcc
craigmcc00/11/04 15:48:12 Modified:src/native/jk Tag: tomcat_32 jk_ajp13.c Log: Fix a bug in "jk_ajp13.c" that caused the "Authorization" header to be incorrectly transmitted to Tomcat as an "Accept-Language" header. I DO NOT HAVE REASONABLE FACILITIES TO TEST THIS PATCH - PL