You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/27 10:16:21 UTC

DO NOT REPLY [Bug 3847] - Apache authorization headers not passed through to servlet

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

nacho@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From nacho@apache.org  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..