Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 72286 invoked from network); 13 Sep 2005 14:25:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 14:25:56 -0000 Received: (qmail 70387 invoked by uid 500); 13 Sep 2005 14:25:40 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 70366 invoked by uid 500); 13 Sep 2005 14:25:40 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 70348 invoked by uid 99); 13 Sep 2005 14:25:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 07:25:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [170.92.64.13] (HELO lynmail2.toro.com) (170.92.64.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 07:25:46 -0700 Received: from lyn2k706.toro.com (mail-internal.toro.com [170.92.16.233] (may be forged)) by lynmail2.toro.com (MOS 3.6.4-CR) with SMTP id FDW02927; Tue, 13 Sep 2005 09:20:36 -0500 (CDT) Received: from lynms610.global.ad.toro.com ([170.92.17.20]) by lyn2k706.toro.com (SMSSMTP 4.0.0.59) with SMTP id M2005091309301232369 for ; Tue, 13 Sep 2005 09:30:12 -0500 Received: from lynms601.global.ad.toro.com ([170.92.17.10]) by lynms610.global.ad.toro.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 13 Sep 2005 09:25:31 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5B86E.FF5E6437" Subject: URL embedded filename suggestion not working inTomcat Date: Tue, 13 Sep 2005 09:25:32 -0500 Message-ID: <996477FC2A7550408745318E2A1B5AA792A198@lynms601.global.ad.toro.com> Thread-Topic: URL embedded filename suggestion not working inTomcat Thread-Index: AcW3tdxjwAlKANb5QIKQuQrsOXELIA== From: "Ron Cozad" To: X-OriginalArrivalTime: 13 Sep 2005 14:25:31.0978 (UTC) FILETIME=[FF57BAA0:01C5B86E] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5B86E.FF5E6437 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This url is not working in Tomcat, but it works with Apache http server. http://my.company.com/cgi-bin/program1.cgi/filename.txt?parameter1=3D123 =20 Next url does work with tomcat but of course the browser proposes program1.cgi as the name instead of filename.txt, as desired in the first url. http://my.company.com/cgi-bin/program1.cgi?parameter1=3D123 =20 Note: I am using tomcat 4.1.31 on windows, and IE 6.x browser. =20 I have enabled cgi support on Tomcat. =20 Ideas? ------_=_NextPart_001_01C5B86E.FF5E6437--