Return-Path: Delivered-To: apmail-incubator-shindig-dev-archive@locus.apache.org Received: (qmail 58713 invoked from network); 1 Dec 2008 21:44:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 21:44:36 -0000 Received: (qmail 23050 invoked by uid 500); 1 Dec 2008 21:44:47 -0000 Delivered-To: apmail-incubator-shindig-dev-archive@incubator.apache.org Received: (qmail 23030 invoked by uid 500); 1 Dec 2008 21:44:47 -0000 Mailing-List: contact shindig-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: shindig-dev@incubator.apache.org Delivered-To: mailing list shindig-issues@incubator.apache.org Received: (qmail 23017 invoked by uid 99); 1 Dec 2008 21:44:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 13:44:46 -0800 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, 01 Dec 2008 21:43:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 55DF5234C29E for ; Mon, 1 Dec 2008 13:43:44 -0800 (PST) Message-ID: <84197774.1228167824350.JavaMail.jira@brutus> Date: Mon, 1 Dec 2008 13:43:44 -0800 (PST) From: "Henning Schmiedehausen (JIRA)" To: shindig-issues@incubator.apache.org Subject: [jira] Created: (SHINDIG-719) web.xml does not match the servlet spec DTD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org web.xml does not match the servlet spec DTD ------------------------------------------- Key: SHINDIG-719 URL: https://issues.apache.org/jira/browse/SHINDIG-719 Project: Shindig Issue Type: Bug Components: Sample container & Examples Reporter: Henning Schmiedehausen Attachments: servlet.patch Given the fact that the web-2.3.dtd contains the current web.gadgets.xml file in java/server/src/main/webapp/WEB-INF does not comply because it contains a listener before the filters. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.