Proposed backports, WAS: RE: svn commit: r8896 - branches/1.0.x
From: Sander Striker <striker_at_apache.org>
Date: 2004-03-05 18:56:26 CET
> From: striker@tigris.org [mailto:striker@tigris.org]
> Modified:
> + * r8890
Note that currently one can end up with a configuration that is more
An example:
<Location /svn>
AuthzSVNAccessFile ...
AuthType Basic
<LimitExcept GET PROPFIND OPTIONS REPORT>
Where the contents of the accessfile are:
[/]
[/committers-only]
One would expect that /committers-only would not be accessible, but
Now lets take the example a step further:
<Location /svn>
AuthzSVNAccessFile ...
I can see how an admin would think that this would leave committers-only
This could be viewed as a pilot error, but it is an easy mistake to
The changes in r8890 address these issues. In subversion/mod_dav_svn/INSTALL
> + * r8892
The issue description kind of says it all. This has been asked over and
The only user visible change, other than that it actually works, is the
# Deny all access by default
# repos1 is readable by anyone
# repos2 is only readable and writeable by repos2-committers.
I can't imagine we need to wait until the next 1.x. release to allow this
Anyhow, thanks for listening. Review and votes appreciated.
Sander
---------------------------------------------------------------------
|
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.