remm        01/07/10 10:29:10

  Modified:    src/conf/webapp web.xml
  Log:
  - The WebDAV servlet doesn't default to the "webdav" namespace anymore,
    so it needs to be explicitely specified.
    Patch submitted by Nelis Bijl <Nelis.Bijl at redwood.nl> for the patch.
  
  Revision  Changes    Path
  1.9       +4 -0      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- web.xml   2001/06/14 22:15:11     1.8
  +++ web.xml   2001/07/10 17:29:06     1.9
  @@ -17,6 +17,10 @@
         <param-name>depth-limit</param-name>
         <param-value>3</param-value>
       </init-param>
  +    <init-param>
  +      <param-name>namespace</param-name>
  +      <param-value>webdav</param-value>
  +    </init-param>
       <load-on-startup>1</load-on-startup>
     </servlet>
   
  
  
  

Reply via email to