Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 64356 invoked from network); 13 Jul 2009 08:27:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jul 2009 08:27:29 -0000 Received: (qmail 22664 invoked by uid 500); 13 Jul 2009 08:27:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22576 invoked by uid 500); 13 Jul 2009 08:27:38 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 22568 invoked by uid 99); 13 Jul 2009 08:27:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 08:27:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2009 08:27:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D690F234C056 for ; Mon, 13 Jul 2009 01:27:14 -0700 (PDT) Message-ID: <542902261.1247473634878.JavaMail.jira@brutus> Date: Mon, 13 Jul 2009 01:27:14 -0700 (PDT) From: "Rex Wang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4647) welcome files with servlet url-mappings In-Reply-To: <958480673.1243367445627.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730252#action_12730252 ] Rex Wang commented on GERONIMO-4647: ------------------------------------ Bobby Lawrence has raised a bug on Tomcat's bugzilla - https://issues.apache.org/bugzilla/show_bug.cgi?id=47378 -Rex > welcome files with servlet url-mappings > --------------------------------------- > > Key: GERONIMO-4647 > URL: https://issues.apache.org/jira/browse/GERONIMO-4647 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: web > Affects Versions: 2.1.4 > Environment: JRE 1.5.0_06, Windows XP > Reporter: Bobby Lawrence > Assignee: Rex Wang > Attachments: sampleapp.war, sampleapp.war > > > When you specify welcome files in web.xml Geronimo throws 404 errors if the welcome file isn't a valid file resource. > Values that are URL mappings to a servlet are ignored by the app server even through they are valid. > This means that I can't have a welcome file of "/index.jsf" or "/index.do" or "/someservlet". > The only welcome files that Geronimo seems to not throw a 404 Not Found error are actual files found in the web application. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.