cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev web.xml.txt

2002-04-22 Thread remm

remm02/04/22 13:31:16

  Modified:webapps/tomcat-docs/appdev web.xml.txt
  Log:
  - XML was not well formed.
  - Patch submitted by Andy Warburton andy2602 at lycos.co.uk
  
  Revision  ChangesPath
  1.5   +1 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt
  
  Index: web.xml.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml.txt   12 Feb 2002 23:51:40 -  1.4
  +++ web.xml.txt   22 Apr 2002 20:31:16 -  1.5
  @@ -76,7 +76,7 @@
 description
   This servlet plays the controller role in the MVC architecture
   used in this application.  It is generally mapped to the .do
  -filename extension with a servlet-mapping element, and all form
  +filename extension with a servlet-mapping element, and all form
   submits in the app will be submitted to a request URI like
   saveCustomer.do, which will therefore be mapped to this servlet.
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev web.xml.txt

2002-04-22 Thread remm

remm02/04/22 13:31:57

  Modified:webapps/tomcat-docs/appdev Tag: tomcat_40_branch web.xml.txt
  Log:
  - XML was not well formed (bug 8344).
  - Patch submitted by Andy Warburton andy2602 at lycos.co.uk
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.2.2.3   +1 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt
  
  Index: web.xml.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- web.xml.txt   13 Feb 2002 01:11:25 -  1.2.2.2
  +++ web.xml.txt   22 Apr 2002 20:31:57 -  1.2.2.3
  @@ -76,7 +76,7 @@
 description
   This servlet plays the controller role in the MVC architecture
   used in this application.  It is generally mapped to the .do
  -filename extension with a servlet-mapping element, and all form
  +filename extension with a servlet-mapping element, and all form
   submits in the app will be submitted to a request URI like
   saveCustomer.do, which will therefore be mapped to this servlet.
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev web.xml.txt

2002-02-12 Thread remm

remm02/02/12 15:51:40

  Modified:webapps/tomcat-docs/appdev web.xml.txt
  Log:
  - Fix 6209.
Submitted by Irwin Kwan.
  
  Revision  ChangesPath
  1.4   +2 -0  jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt
  
  Index: web.xml.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml.txt   12 Oct 2001 17:09:37 -  1.3
  +++ web.xml.txt   12 Feb 2002 23:51:40 -  1.4
  @@ -1,3 +1,5 @@
  +?xml version=1.0 encoding=ISO-8859-1?
  +
   !DOCTYPE web-app 
   PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN 
   http://java.sun.com/dtd/web-app_2_3.dtd;
  
  
  

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




cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/appdev web.xml.txt

2002-02-12 Thread remm

remm02/02/12 17:11:25

  Modified:webapps/tomcat-docs/appdev Tag: tomcat_40_branch web.xml.txt
  Log:
  - Add missing header.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.2.2.2   +2 -0  jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt
  
  Index: web.xml.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/appdev/web.xml.txt,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- web.xml.txt   12 Oct 2001 17:10:52 -  1.2.2.1
  +++ web.xml.txt   13 Feb 2002 01:11:25 -  1.2.2.2
  @@ -1,3 +1,5 @@
  +?xml version=1.0 encoding=ISO-8859-1?
  +
   !DOCTYPE web-app 
   PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN 
   http://java.sun.com/dtd/web-app_2_3.dtd;
  
  
  

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