You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jonathan Pierce <Jo...@seagram.com> on 2002/02/21 19:19:49 UTC

Re[2]: Re[2]: cvs commit: jakarta-tomcat-connectors/jk/java/




>>The nightlies are for the HEAD branch, not the 4.0 branch.
>>In the HEAD:
>>- tomcat-jk.jar is JK 1.x; that's equivalent to the current tomcat-ajp.jar
>>- tomcat-jk2.jar is JK 2.x
>>The two are independent.
>>I guess tonight's nightly should pick up the changes.

The fix for the ajp connector authentication issue is in the 4.0 branch
tomcat-ajp.jar. When do these changes get merged back into the head branch
tomcat-jk.jar? The nightly build of tomcat-jk.jar still has the bug in
Ajp13Request so the JK1.x solution latest build won't support authentication
through the connector if jk1.x is used.

    String remoteUser = ajp.remoteUser().toString();
      if(remoteUser != null)
        setUserPrincipal(new Ajp13Principal(remoteUser));

Jonathan

************************************************************************
This email and any files transmitted with it are for the named person's use
only.  It may contain confidential, proprietary or legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistransmission.  If you receive this message in error, please immediately
delete it and all copies of it from your system, destroy any hard copies
of it and notify the sender.  You must not, directly or indirectly, use,
disclose, distribute, print, or copy any part of this message if you
are not the intended recipient.

This email message has been swept by a virus software product for the
presence of computer viruses.
*************************************************************************

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