Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 53825 invoked from network); 26 Mar 2002 07:31:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Mar 2002 07:31:13 -0000 Received: (qmail 23422 invoked by uid 97); 26 Mar 2002 07:31:17 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 23399 invoked by uid 97); 26 Mar 2002 07:31:16 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 23383 invoked by uid 50); 26 Mar 2002 07:31:16 -0000 Date: 26 Mar 2002 07:31:16 -0000 Message-ID: <20020326073116.23382.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 5647] - AJP13 connector will not pass authentication requests X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=5647 AJP13 connector will not pass authentication requests ------- Additional Comments From marcin_ol@poczta.onet.pl 2002-03-26 07:31 ------- That, what I've said on 2002-03-04, is a bit wrong: the AJP connector DLL works correctly (I've looking at the wrong branch) - as Microsoft said in MSDN, when IIS is queried about REMOTE_USER, it returns empty string when user is anonymous (and in the correct connector branch, all variables are evaluated by querying IIS, not by examining request directly). So, there are two possible solutions: 1). Don't call setUserPrincipal(..) in AJP13Request.setAJPRequest OR 2). In FormAuthenticator, check not only for NULL in getUserPrincipal(), but also for empty String. The bug was corrected in CVS version 1.7 of AJP13Request.java only - solution 1 was applied, and then removed in version 1.8. -- To unsubscribe, e-mail: For additional commands, e-mail: