DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3847>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3847 Apache authorization headers not passed through to servlet [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2001-09-27 01:16 ------- AFAIK this is by desing, now AJp12 and Ajp13 interceptors have a atributte called "tomcatAuthentication" that controls how authentication is done, obeying HTTP server , apache in your case, or Tomcat own authentication mechanism.., and is true by default.., so you need to add a tomcatAuthentication="false" to your connector interceptors.. We will try to document that better.. sorry about that.. Please test this "feature" ASAP..