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/10/29 22:14:28 UTC

DO NOT REPLY [Bug 14066] New: - AJP13 connection security info not passed through

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

AJP13 connection security info not passed through

           Summary: AJP13 connection security info not passed through
           Product: Tomcat 4
           Version: 4.1.12
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mvanr@bigfoot.com


Using a coyote connector with 4.1.12 to communicate with apache 2.x.  It seems 
that you have to manually set the security state of the connection in 
server.xml.  But this info is available in the ajp13 protocol (which is what 
the connector uses to communicate with Apache/mod_jk2?).  If I use the Ajp13 
connector that comes with Catalina 4.0.4 instead, the security info is passed 
though correctly without any manual intervention.  This is useful (essential 
for me), as the servlet engine can use isSecure() to tell whether the client 
connected to apache using http or https.  The coyote connector should 
automatically set the security state like the Ajp13 connector that comes with 
4.0.4!

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