Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 98288 invoked from network); 14 Dec 2004 14:34:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 14:34:24 -0000 Received: (qmail 39131 invoked by uid 500); 14 Dec 2004 14:32:51 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38853 invoked by uid 500); 14 Dec 2004 14:32:44 -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 38715 invoked by uid 99); 14 Dec 2004 14:32:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mail3.rxhub.net) (209.150.194.38) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 06:32:24 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Tomcat redirecting when base URI doesn't have trailing slash Date: Tue, 14 Dec 2004 08:31:48 -0600 Message-ID: <69E759497FAB8344867803D2E2CEBB48020DE01D@hennepin.rxhub.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat redirecting when base URI doesn't have trailing slash Thread-Index: AcTh6XN8OKEiC0DXROutIgmfSlWFQQ== From: "Tauzell, Dave" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I recently upgraded to Tomcat 5.0 (running under JBoss) and am using the Slide webdav servlet. I used to point to: http://my.url.com/webdav to access our slide repository. Now when I do that I get a 302 redirect sent back which directs my client to http://my.url.com/webdav/. This makes sense, but it is a problem for WebDrive clients as they don't support the redirect. My questions: 1. Has anybody else dealt with this? 2. Is there anything I can do to not have the redirect happen?=20 Thanks, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org