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 2002/01/24 11:30:19 UTC

DO NOT REPLY [Bug 6002] New: - Disabling tomcatAuthentication="false" for Ajp12Connector does not work

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=6002>.
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=6002

Disabling tomcatAuthentication="false" for Ajp12Connector does not work

           Summary: Disabling tomcatAuthentication="false" for
                    Ajp12Connector does not work
           Product: Tomcat 3
           Version: 3.3 Release Candidate 2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: gunther.doernen@wega-informatik.ch


Hi,

I tried to use request.getRemoteUser() with Tomcat 3.3a connected via mod_jserv 
to Apache. But after authentification, the return value is "null".
I have done the following definition in server.xml:
...
        <Ajp12Connector	 port="8008" tomcatAuthentication="false" />
...
But this seems not to work. 
For testing I have modifed the default value:
org\apache\tomcat\modules\server\Ajp12.java
    private boolean tomcatAuthentication=false;

Than I retrieve the expected value with request.getRemoteUser().
It seems the attribute tomcatAuthentication does not work in the Ajp12Connector 
Tag.

Best Regards
  Gunther

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>