You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2010/04/30 02:30:12 UTC

[jira] Updated: (CONTINUUM-2508) Invalid web.xml in continuum-distrubuted-tests module

     [ http://jira.codehaus.org/browse/CONTINUUM-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-2508:
------------------------------------

    Fix Version/s: 1.4.1 (Beta)

> Invalid web.xml in continuum-distrubuted-tests module
> -----------------------------------------------------
>
>                 Key: CONTINUUM-2508
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2508
>             Project: Continuum
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: 1.4.0 (Beta)
>         Environment: n/a
>            Reporter: Stephen Coy
>            Priority: Trivial
>             Fix For: 1.4.1 (Beta)
>
>
> It doesn't conform to the webapp 2.3 DTD.
> Easiest fix is to change it to the 2.4 schema:
> Index: src/main/webapp/WEB-INF/web.xml
> ===================================================================
> --- src/main/webapp/WEB-INF/web.xml	(revision 929328)
> +++ src/main/webapp/WEB-INF/web.xml	(working copy)
> @@ -1,8 +1,7 @@
> -<!DOCTYPE web-app PUBLIC
> - "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> - "http://java.sun.com/dtd/web-app_2_3.dtd" >
> +<web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4"
> +         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> +         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
>  
> -<web-app>
>    <display-name>Continuum Distributed Build Transport Tests</display-name>
>    
>    <listener>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira