You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David DeWolf (JIRA)" <ji...@apache.org> on 2007/03/02 05:32:51 UTC

[jira] Commented: (PLUTO-312) web.xml for Testsuite web app missing DTD declarataion

    [ https://issues.apache.org/jira/browse/PLUTO-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477182 ] 

David DeWolf commented on PLUTO-312:
------------------------------------

This actually appears to be a problem with the assembler.  The source file has the dtd declaration:

http://svn.apache.org/repos/asf/portals/pluto/trunk/pluto-testsuite/src/main/webapp/WEB-INF/web.xml

It must get stripped by castor?

> web.xml for Testsuite web app missing DTD declarataion
> ------------------------------------------------------
>
>                 Key: PLUTO-312
>                 URL: https://issues.apache.org/jira/browse/PLUTO-312
>             Project: Pluto
>          Issue Type: Bug
>          Components: portlets-testsuite
>    Affects Versions: 1.1.0-beta2
>         Environment: Windows XP, 2GB RAM, Geronimo 2.0M2, both Pluto 1.1.0 beta-2 and Pluto 1.1.0 (RC3, unreleased)
>            Reporter: Kito D. Mann
>         Assigned To: David DeWolf
>            Priority: Minor
>             Fix For: 1.1.1
>
>
> The web.xml for the testsuite app is missing the DTD declaration at the top:
> <!DOCTYPE web-app PUBLIC
>         "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>         "http://java.sun.com/dtd/web-app_2_3.dtd">
> Tomcat doesn't care, but Geronimo (and other servers, I suspect) won't deploy it this way :-).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.