remm        02/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  Changes    Path
  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 -0000      1.4
  +++ web.xml.txt       22 Apr 2002 20:31:16 -0000      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]>

Reply via email to