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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to