pnever      2003/08/17 23:46:15

  Modified:    src/conf/webapp web.xml
  Log:
  Added BIND, UNBIND, REBIND
  Init-parameter extendedAllprop (renamed from allpropIncludesDeltav)
  
  Revision  Changes    Path
  1.24      +9 -5      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- web.xml   14 Mar 2003 15:30:59 -0000      1.23
  +++ web.xml   18 Aug 2003 06:46:15 -0000      1.24
  @@ -167,13 +167,14 @@
               <param-value>0</param-value>
           </init-param>
           <init-param>
  -            <param-name>allpropIncludesDeltav</param-name>
  +            <param-name>extendedAllprop</param-name>
               <param-value>false</param-value>
               <description>
  -                According to RFC3253 (DeltaV), a DAV:allprop PROPFIND should not
  -                return any of the properties defined in that document. For testing
  -                purposes, the specified behaviour can be disabled by setting this
  -                parameter "true".
  +            According to RFC3253 (DeltaV), RFCxxxx (ACL) and RFCxxxx (Binding),
  +            a DAV:allprop PROPFIND should not return any of the properties defined
  +            in any of that documents.
  +            For testing purposes, the specified behaviour can be disabled by 
  +            setting this parameter "true".
               </description>
           </init-param>
           <init-param>
  @@ -628,6 +629,9 @@
               <http-method>MKACTIVITY</http-method>
               <http-method>ACL</http-method>
               <http-method>SEARCH</http-method>
  +            <http-method>BIND</http-method>
  +            <http-method>UNBIND</http-method>
  +            <http-method>REBIND</http-method>
           </web-resource-collection>
           <auth-constraint>
               <role-name>root</role-name>
  
  
  

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

Reply via email to