From tomcat-user-return-97296-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Fri Apr 02 17:41:17 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 63184 invoked from network); 2 Apr 2004 17:41:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 17:41:17 -0000 Received: (qmail 70482 invoked by uid 500); 2 Apr 2004 17:40:49 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 70465 invoked by uid 500); 2 Apr 2004 17:40:49 -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 70447 invoked from network); 2 Apr 2004 17:40:48 -0000 Received: from unknown (HELO smtp-auth1.radiant.net) (66.163.205.65) by daedalus.apache.org with SMTP; 2 Apr 2004 17:40:48 -0000 Received: (qmail 21432 invoked from network); 2 Apr 2004 17:32:47 -0000 Received: from unknown (HELO p0061) (64.141.49.18) by smtp-auth1.radiant.net with SMTP; 2 Apr 2004 17:32:47 -0000 From: "Yansheng Lin" To: "'Tomcat Users List'" Subject: RE: problem with url - extra / appended before action Date: Fri, 2 Apr 2004 10:40:52 -0700 Keywords: Tomcat User Organization: Silvacom Ltd. Message-ID: <001001c418d9$a4c21850$7202a8c0@stbedm.silvacom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <001101c418d3$5a0b90d0$540aa8c0@cayenne> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N it's hard to say what's causing the problem exactly without knowing your = context and your action-mappings. maybe in your action mapping, you have one = extra / in front. and tomcat would add that to the requestURL? -Yan -----Original Message----- From: Chris [mailto:chuisman@taylor.com]=20 Sent: Friday, April 02, 2004 9:56 AM To: tomcat-user@jakarta.apache.org Subject: problem with url - extra / appended before action Hello, =20 I have an application that uses frames. The problem that I am = experiencing is that when I go to a page that loads a new frameset all of my links = and buttons work correctly - that is they produce the correct url: www.companyname.com/action.do?parameter1=3Dblah . Now when I click one = of these links it populates a new page in the frameset, but the links are = all messed up. They all include an extra "/" before the action name: www.companyname.com//action.do?parameter=3Dblah . This extra = "/" is also found in the element for these pages. =20 This problem only occurs when I deploy the application (tomcat = standalone no apache involved) onto a linux box. The problem does not occur when I = test things on my windows box using eclipse and the tomcat sysdeo plugin. =20 Any idea what is going on here? =20 =20 Thanks, =20 c. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org