[
https://issues.apache.org/jira/browse/SHINDIG-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-12.
---------------------------------
Resolution: Fixed
patch already applied. Working fine.
> 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.