remm        01/06/14 15:15:12

  Modified:    src/conf/webapp web.xml
  Log:
  - Revert to the old mapping as the default servlet (at least until Catalina
    issues are fixed).
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml   2001/06/13 04:31:03     1.7
  +++ web.xml   2001/06/14 22:15:11     1.8
  @@ -23,7 +23,7 @@
     <!-- The mapping for the Slide WebDAV servlet -->
     <servlet-mapping>
       <servlet-name>webdav</servlet-name>
  -    <url-pattern>/*</url-pattern>
  +    <url-pattern>/</url-pattern>
     </servlet-mapping>
   
     <!-- Set the default session timeout (in seconds) -->
  
  
  

Reply via email to