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
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