Possible ajp13 bug doing file upload posts

2001-01-07 Thread Jason Hunter
Hi, Here's a bug report in ajp13 from someone using my com.oreilly.servlet package to do file uploads. No real details, but I'm thinking perhaps someone with ajp13 running can test the file upload example? You can download the c.o.s. pkg from http://www.servlets.com/resources/com.oreilly.servle

AJP13 bug

2000-10-30 Thread Suskovs, Sergejs
Hello! There seems to be a bug in jk_ajk13.c when it comes to "authorization" HTTP header. The following code is wrong and authorization header is lost: } else if(!strcmp(header_name, "authorization")) { *sc = SC_ACCEPT_LANGUAGE; } else { The diff follows