You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Craig R. McClanahan" <cr...@locus.apache.org> on 2000/07/07 00:26:40 UTC

cvs commit: jakarta-tomcat/proposals/catalina/src/conf web.xml

craigmcc    00/07/06 15:26:40

  Modified:    proposals/catalina/src/conf web.xml
  Log:
  Correct spelling of the URL for the web application deployment descriptor DTD.
  Thanks to Larry Isaacs for finding this.
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-tomcat/proposals/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/proposals/catalina/src/conf/web.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- web.xml	2000/06/26 23:08:51	1.12
  +++ web.xml	2000/07/06 22:26:40	1.13
  @@ -2,7 +2,7 @@
   
   <!DOCTYPE web-app
       PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
  -    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
  +    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
   
   <web-app>