Index: openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 28 Sep 2011 12:27:14 -0000 1.4 +++ openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 5 Jun 2012 14:54:49 -0000 1.5 @@ -127,6 +127,7 @@ foreach method { GET HEAD PUT POST MKCOL COPY MOVE PROPFIND PROPPATCH DELETE LOCK UNLOCK OPTIONS + REPORT } { ns_register_filter preauth $method $filter_url [self] ns_register_proc $method $url [self] handle_request