You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/01/18 22:18:36 UTC

[jira] Updated: (SHINDIG-12) java/gadgets/src/main/webapp/WEB-INF/web.xml violates web-app_2_3.dtd

     [ https://issues.apache.org/jira/browse/SHINDIG-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner updated SHINDIG-12:
--------------------------------

    Attachment: dtd.patch

Here's a patch that implements a fix..

> java/gadgets/src/main/webapp/WEB-INF/web.xml violates web-app_2_3.dtd 
> ----------------------------------------------------------------------
>
>                 Key: SHINDIG-12
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-12
>             Project: Shindig
>          Issue Type: Bug
>         Environment: All
>            Reporter: Jamey Wood
>         Attachments: dtd.patch
>
>
> The current version of this web.xml file intersperses servlet and servlet-mapping elements.  Apparently Jetty allows this, but other Servlet containers do not.  I have verified that the resulting gadgets.war file does not work on GlassFish, for example.
> To fix the issue, simply move all servlet elements to be together before all servlet-mapping elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.