Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.9
-
None
-
None
-
RedHat linux, jdk 1.6.0_13
-
dispatcher filter-mapping servlet web-container bug
-
Description
Steps to reproduce:
- download xwiki-enterprise-web-1.9.war for manual installation on GlassFish v3 Preview Web Profile.
- attempt to deploy the war onto GlassFish
Expected Result:
- application deploys without errors
Actual Result:
- Deployment fails with an error message: ErrorWarningSuccessInformationAn error has occurred
Exception while deploying the app : java.io.IOException: org.xml.sax.SAXParseException: Element type "dispatcher" must be declared.
Additional Info:
It seems that XWiki switched to Servlet 2.4 specification. Accordignly, the web.xml file specifies the dispatchers in filter-mapping elements. However, the header of the web.xml files still points to servlet 2.3 XSD schema file.
Attachments
Issue Links
- duplicates
-
XWIKI-3985 web.xml uses Servlet 2.3 specification but references <dipatcher> elements which are not defined until Servlet 2.4 specification
- Closed