Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 5411 invoked from network); 23 Apr 2005 09:06:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Apr 2005 09:06:27 -0000 Received: (qmail 21113 invoked by uid 500); 23 Apr 2005 09:06:55 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 21073 invoked by uid 500); 23 Apr 2005 09:06:55 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 21058 invoked by uid 99); 23 Apr 2005 09:06:54 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=RCVD_BY_IP,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 23 Apr 2005 02:06:54 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DPGVx-00059d-5i for dev@cocoon.apache.org; Sat, 23 Apr 2005 11:01:25 +0200 Received: from 80.125.227.80 ([80.125.227.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Apr 2005 11:01:25 +0200 Received: from t.katelbach by 80.125.227.80 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Apr 2005 11:01:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: oceatoon Subject: Authentication ??? Tomcat5 deploy Date: Sat, 23 Apr 2005 11:06:00 +0200 Organization: oceatoon Lines: 26 Message-ID: Reply-To: t.katelbach@systheo.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 80.125.227.80 User-Agent: KNode/0.9.1 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello everyone I posted his to user list but found no solution which brings me here. I'm deploying our CooonApp in Tomcat5, I'm generalising the contextpath to all our urls with the request:contextPath module And I'm faced with this problem: (Joachim told me he had the same problem and this came from Tomcat. but didn't manage to disable it.) When going through Authentication, instead of sending me to the url I gave the authenticator as parameter(in my case "login"), he sends me to login/ and adds the slash?? I managed to bypass the first call by adding an optional slash to my pipeline match login(/)? but the real problem for me is that once he logs he stays in this login/ context (should be in /login meaning .. behind /login/ which in fact I don't even have ), and I have no way of avoiding this. PS:All this worked well with Jetty. PS: I posted Tomcat list about this but no answer. Any ideas are welcome coz I'm out of'em. Thx Rgds Tibor