mod_authz_svn questions
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-15 23:46:22 CEST
Sander, I've got some questions about this part of mod_authz_svn. I'm
Here's the relevant code block, comments below:
switch (r->method_number) {
/* All methods requiring read access to r->uri */
/* All methods requiring write access to all subtrees of r->uri */
/* All methods requiring write access to r->uri */
default:
1. the COPY request seems to have RECURSIVE set, but not READ? I don't
2. the MOVE and DELETE requests have RECURSIVE set, but not WRITE?
Am I missing something?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.