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

<!ELEMENT web-app (icon?, display-name?, description?, 
distributable?,context-param*, filter*, filter-mapping*, listener*, 
servlet*,servlet-mapping*, session-config?, mime-mapping*, 
welcome-file-list?,error-page*, taglib*, resource-env-ref*, resource-ref*, 
security-constraint*,login-config?, security-role*, env-entry*, ejb-ref*,  
ejb-local-ref*)>

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.

Reply via email to