Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54111 invoked from network); 19 Apr 2007 13:27:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 13:27:06 -0000 Received: (qmail 81944 invoked by uid 500); 19 Apr 2007 13:26:58 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 81923 invoked by uid 500); 19 Apr 2007 13:26:57 -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 81912 invoked by uid 99); 19 Apr 2007 13:26:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 06:26:57 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of allienna@gmail.com designates 64.233.162.225 as permitted sender) Received: from [64.233.162.225] (HELO nz-out-0506.google.com) (64.233.162.225) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 06:26:50 -0700 Received: by nz-out-0506.google.com with SMTP id x7so469890nzc for ; Thu, 19 Apr 2007 06:26:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=d6Kk+jrsG5YWgq7bAzeWuKgWZ3yO7Xr2uEnBR1v7pqJQ/Y+TOI/AyrJR36l9g08w5+WgCA5bJ/fLUST/DyxXapDxsBK8sKPUop6IUfRpC15+kYjzYZ1aT+JKsdWeSwQNPi0ClFtQ6tL/r65cpOfz7nlPSn713Uak5zwFf737WM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=M7CtpL12oGMfJsjulxCFpeHgFvQ2VuGAyJiWXkd708lG3r8WEzaadnrXoxSRm+MfTdNWw0qgyaJWHZhX0jTA7c9hbu+eig8SG1qijtYy45HUwqaRVjOfimkmjbsKWx7+gsYoCxwVvf6w5dU1GIRDf3g0LbkQ6DeDnujnuvAc0nE= Received: by 10.114.159.1 with SMTP id h1mr731634wae.1176989188719; Thu, 19 Apr 2007 06:26:28 -0700 (PDT) Received: by 10.114.203.17 with HTTP; Thu, 19 Apr 2007 06:26:28 -0700 (PDT) Message-ID: <927953f50704190626u3e93f4c4ndf04defacdffce5f@mail.gmail.com> Date: Thu, 19 Apr 2007 15:26:28 +0200 From: "=?ISO-8859-1?Q?Aur=E9lien_Allienne?=" To: users@tomcat.apache.org Subject: CAS Filter Authentification MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_115204_16410085.1176989188679" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_115204_16410085.1176989188679 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm using a CAS Filter to authenticate user in Tomcat Administration and Manager. But I have a problem. I accept the certificate but I am not redirected to the CAS login page. I have write this in the web.xml of the admin webapps : CAS Filter edu.yale.its.tp.cas.client.filter.CASFilter edu.yale.its.tp.cas.client.filter.loginUrl https://auth.univ-lille2.fr/cas/login edu.yale.its.tp.cas.client.filter.validateUrl https://auth.univ-lille2.fr/cas/serviceValidate edu.yale.its.tp.cas.client.filter.serverName http://agenda.univ-lille2.fr:8080 edu.yale.its.tp.cas.client.filter.wrapRequest true CAS Filter /* and i put casclient-2.1.1.jar in the WEB-INF/lib/ Where is the problem? Cordially Aurelien Allienne ------=_Part_115204_16410085.1176989188679--