Bug: svn log info restricted even when authorized
From: Michael W Thelen <mike_at_pietdepsi.com>
Date: 2005-08-06 09:11:50 CEST
Subversion server 1.2.1 (Apache with mod_authz_svn) sometimes restricts
My access file looks like this:
[projects:/]
[projects:/foo/trunk/restricted]
The user mike can commit to /foo/trunk/restricted. Running svn log
$ svn log http://svn.example.com/projects/foo/trunk/restricted --limit 1
Add meaningless change.
Running svn log on a directory above the restricted one produces this:
$ svn log http://svn.example.com/projects/foo/trunk --limit 1
------------------------------------------------------------------------
It looks like maybe the fix for the CAN-2004-0749 security issue
-- Michael W Thelen It is a mistake to think you can solve any major problems just with potatoes. -- Douglas Adams --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Aug 6 09:12:49 2005 |
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.