DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26229>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26229

request.getRemoteUser() = null





------- Additional Comments From [EMAIL PROTECTED]  2004-05-09 21:02 -------
I've experienced this as well. Ths solution seems to be to disable the native 
Tomcat authentication on the connector as follows: 
 
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 --> 
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" 
               port="8009" minProcessors="5" maxProcessors="75" 
               enableLookups="true" redirectPort="8443" 
               acceptCount="10" debug="0" connectionTimeout="0" 
               useURIValidationHack="false" tomcatAuthentication="false" 
 
(The important part of the above being <b>tomcatAuthentication="false"</b>.) 
 
I will follow up on this and let you know if it fixes my problem. Are the rest 
of you able to verify that this is indeed the solution (in which case I will 
close this bug) ?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to