struts-config in struts-blank.war contains incorrect doctype
------------------------------------------------------------

                 Key: STR-2929
                 URL: http://issues.apache.org/struts/browse/STR-2929
             Project: Struts 1
          Issue Type: Bug
          Components: Apps
    Affects Versions: 1.2.9
         Environment: struts-blank.war within struts1.2.9-bin.zip
            Reporter: Gareth Evans


The doctype in the struts-config.xml for the struts-blank.war application is 
incorrect. It currently refers to:

<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
          "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";

and should be:

<!DOCTYPE struts-config PUBLIC
          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
          "http://struts.apache.org/dtds/struts-config_1_2.dtd";




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

        

Reply via email to