[
https://issues.apache.org/jira/browse/JCR-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
angela resolved JCR-1962.
-------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
fixed with rev. 741213
> web.xml refers to 2.2 dtd
> -------------------------
>
> Key: JCR-1962
> URL: https://issues.apache.org/jira/browse/JCR-1962
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-webapp
> Reporter: angela
> Assignee: angela
> Priority: Trivial
> Fix For: 1.6.0
>
>
> the web.xml present in the jackrabbit-webapp project contains the following
> doctype:
> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
> 2.3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
> what is probably meant is
> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
> 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
> since the dependency also points to version 2.3 of the servlet-api
> if nobody objects, i will adjust it accordingly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.