Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 17186 invoked from network); 13 Feb 2003 17:06:39 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 Feb 2003 17:06:39 -0000 Received: (qmail 22401 invoked by uid 97); 13 Feb 2003 17:08:12 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 22394 invoked from network); 13 Feb 2003 17:08:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 13 Feb 2003 17:08:11 -0000 Received: (qmail 4512 invoked by uid 500); 13 Feb 2003 17:03:02 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 4422 invoked from network); 13 Feb 2003 17:03:01 -0000 Received: from dgesmtp02.wcom.com (199.249.16.17) by daedalus.apache.org with SMTP; 13 Feb 2003 17:03:01 -0000 Received: from pmismtp05.wcomnet.com ([166.38.62.53]) by firewall.wcom.com (Iplanet MTA ) with ESMTP id <0HA90007ABB5JM@firewall.wcom.com> for tomcat-user@jakarta.apache.org; Thu, 13 Feb 2003 17:02:06 +0000 (GMT) Received: from pmismtp05.wcomnet.com by pmismtp05.wcomnet.com (iPlanet Messaging Server 5.1 HotFix 0.7 (built May 7 2002)) with SMTP id <0HA900C01B79I3@pmismtp05.wcomnet.com> for tomcat-user@jakarta.apache.org; Thu, 13 Feb 2003 17:01:54 +0000 (GMT) Received: from dgexch50.wcomnet.com ([166.38.58.238]) by pmismtp05.wcomnet.com (iPlanet Messaging Server 5.1 HotFix 0.7 (built May 7 2002)) with ESMTP id <0HA900C0VBACOX@pmismtp05.wcomnet.com> for tomcat-user@jakarta.apache.org; Thu, 13 Feb 2003 17:01:24 +0000 (GMT) Received: by DGEXCH50.wcomnet.com with Internet Mail Service (5.5.2653.19) id <1Y7B42NN>; Thu, 13 Feb 2003 17:02:05 +0000 Content-return: allowed Date: Thu, 13 Feb 2003 17:01:22 +0000 From: "Whitley, Michael T." Subject: SimpleRealm and digested passwords in Tomcat 3.3 To: 'Tomcat Users List' Message-id: <6EFD2D8565069542A1029F2D17B54625DA50@ripexch001.wcomnet.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset=iso-8859-1 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >From the Tomcat 3.3 readme under "6.2 Container Managed Security" it says: "DIGEST authentication ... [is] not supported in this release." http://jakarta.apache.org/tomcat/tomcat-3.3-doc/readme I am assuming this means digest authentication is not supported for SimpleRealms in 3.3 as the documentation clearly states that it is supported for JDBCRealms in 3.3. My question is this: Why is it not supported? The Class necessary to encrypt passwords is in 3.3 () and if I place digested passwords in my tomcat-users.xml file and place digest="MD5" as an attribute of the SimpleRealm tag the SimpleRealm class is able to translate the digested password. So if it works in 3.3 why is it not supported or documented? Was it put in, but just not tested in this release? For reasons I will not detail, I can not move to 4.0 yet, and I want to use this feature. Other than the fact that the developers say it shouldn't be used, why can't I? I guess I am trying to find out if the feature buggy in 3.3 or if it was ready before the 4.0 release and put in but not announced until the 4.0 release for logistics reasons. Any insight would be greatly appreciated. Thanks, Michael Whitley --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org