You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by bu...@apache.org on 2002/07/24 21:25:00 UTC

DO NOT REPLY [Bug 11140] New: - Wrong Servlet 2.3 DTD in generated web.xml

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11140>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11140

Wrong Servlet 2.3 DTD in generated web.xml

           Summary: Wrong Servlet 2.3 DTD in generated web.xml
           Product: Turbine
           Version: 2.1 final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: TDK
        AssignedTo: turbine-dev@jakarta.apache.org
        ReportedBy: jbr@diasparsoftware.com


I generated the sample application using the instructions provided with the 
TDK. The reference to the Servlet 2.3 DTD in the web.xml generated for the 
application is incorrect. According to the current Servlet 2.3 specification it 
should be

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">

The URL to the .dtd pointed to "http://java.sun.com/j2ee/dtds/web-app-2.3.dtd". 
This is incorrect.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>