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=9635>.
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=9635

incorrect DTD URLs in examples.war DDs

           Summary: incorrect DTD URLs in examples.war DDs
           Product: Tomcat 4
           Version: 4.1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Examples
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Several of the .tld files and web.xml files in examples.war contain incorrect 
DTD URLs.  For example:

http://java.sun.com/dtd/web-app_2_3.dtd
  should be:
http://java.sun.com/j2ee/dtds/web-app_2_3.dtd

and:

"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";
  should be:
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd";

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to