Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 11919 invoked from network); 29 Nov 2005 15:27:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Nov 2005 15:27:52 -0000 Received: (qmail 10962 invoked by uid 500); 29 Nov 2005 15:27:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10947 invoked by uid 500); 29 Nov 2005 15:27:33 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 10936 invoked by uid 99); 29 Nov 2005 15:27:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 07:27:33 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of DKlotz@empirix.com designates 12.38.203.96 as permitted sender) Received: from [12.38.203.96] (HELO empbedex1.empirix.com) (12.38.203.96) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2005 07:29:02 -0800 Received: from EMPBEDEX.empirix.com ([10.16.0.91]) by empbedex1.empirix.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 29 Nov 2005 10:26:16 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: web.xml question Date: Tue, 29 Nov 2005 10:26:48 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: web.xml question Thread-Index: AcX0+VCqfJtgm+lYS1ywPQqiND2LIw== From: "Klotz Jr, Dennis" To: X-OriginalArrivalTime: 29 Nov 2005 15:26:16.0492 (UTC) FILETIME=[3D732EC0:01C5F4F9] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all. I hope your day is going well. I need your help. I cannot get a forms based login page to use SSL when I think I've setup the web.xml correctly.=20 Why doesn't my login.jsp use HTTPS when tomcat is invoking it for authorization? (more details at the bottom) Here are the relevant sections of my web.xml: ----------------------------------------- Login page /login.jsp GET POST CONFIDENTIAL FORM Application /login.jsp /error_401.html VoIP Monitor Applications /CallQDiagnostics.jsp /report_index.jsp /CallQAnalysis.jsp /index.jsp GET POST monitor_tier1 monitor_guest monitor_admin monitor_tier3 NONE ---------------------------------------------------------- So here is what happens. I type the full URL to the CallQAnalsysis.jsp (for example) and the login.jsp is invoked BUT it has NOT been redirected to the HTTPS connector (which is enabled and working). Now if I type the address of the login.jsp directly, then the connection is redirected over HTTPS.=20 Why doesn't the login.jsp use HTTPS when tomcat is invoking it for authorization? Any help figuring out what I am doing wrong is greatly appreciated. Sincerely, Dennis Klotz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org