Index: openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 24 Jan 2003 16:02:17 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 3 Jul 2003 23:02:36 -0000 1.5 @@ -44,6 +44,7 @@ nsv_set rp_properties request_count 0 foreach method {GET HEAD POST} { + ns_register_filter preauth $method /resources/* rp_resources_filter ns_register_filter preauth $method * rp_filter ns_register_proc $method / rp_handler }