Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87743 invoked from network); 27 May 2009 13:24:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 13:24:56 -0000 Received: (qmail 33701 invoked by uid 500); 27 May 2009 13:25:08 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 33615 invoked by uid 500); 27 May 2009 13:25:08 -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 33600 invoked by uid 99); 27 May 2009 13:25:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 13:25:08 +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; Wed, 27 May 2009 13:25:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8A82234C1E9 for ; Wed, 27 May 2009 06:24:45 -0700 (PDT) Message-ID: <365775839.1243430685820.JavaMail.jira@brutus> Date: Wed, 27 May 2009 06:24:45 -0700 (PDT) From: "Bobby Lawrence (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Bobby Lawrence updated GERONIMO-4647: ------------------------------------- Attachment: sampleapp.war Here's another sampleapp. I modified the one I originally uploaded to show you what I'm talking about. I created a servlet and set the welcome file to the servlet mapping. Geronimo throws a 404. > 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 > 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.