[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[BUG] Revprop edits are checked for read access.

From: Arwin <arwin_at_collab.net>
Date: Thu, 19 Jul 2012 16:59:39 +0530

Hi All,

I've raised http://subversion.tigris.org/issues/show_bug.cgi?id=4206 .

Here is the Description:

<Description>
Revision properties are now checked for read access during propedits.
This is done by making a GET subrequest to each of the changed paths in
that revision. GETs are always checked for read access only.

This enables anyone with ONLY read access to a path edit the log message
for a revision that modified that path.

The attached patch special cases these subrequests by checking for write
access for all GET requests except if they are subrequests of PROPFIND
or REPORT (in which case they are checked for read access).
</Description>

Please share your thoughts on this.

Regards,
Arwin Arni

Received on 2012-07-19 13:30:19 CEST

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.