Re: svn commit: r1363336 - /subversion/trunk/notes/authz_policy.txt

2012-07-19 Thread C. Michael Pilato
On 07/19/2012 10:28 AM, Kamesh Jayachandran wrote: > small typo. > > -he or see > +he or she Oops! Thanks. Fixed in r1363357. -- C. Michael Pilato CollabNet <> www.collab.net <> Enterprise Cloud Development signature.asc Description: OpenPGP digital signature

RE: svn commit: r1363336 - /subversion/trunk/notes/authz_policy.txt

2012-07-19 Thread Kamesh Jayachandran
small typo. -he or see +he or she With regards Kamesh jayachandrancmpil...@apache.org wrote:Author: cmpilato Date: Thu Jul 19 13:54:38 2012 New Revision: 1363336 URL: http://svn.apache.org/viewvc?rev=1363336&view=rev Log: * notes/authz_policy.txt   (REVISION PROPERTIES): It's been years, but

RE: [BUG] Revprop edits are checked for read access.

2012-07-19 Thread Kamesh Jayachandran
>Only if your pre-revprop-change hook allows it. pre-revprop-change is not the place to do path based authz and default hook script allows editing log message. With regards Kamesh Jayachandran

Re: [BUG] Revprop edits are checked for read access.

2012-07-19 Thread C. Michael Pilato
With respect, you are Just Plain Wrong(tm). :-) The current behavior is by design. I know -- I helped to design it. Read the authz_policy.txt. Users are allowed to attach arbitrary, unversioned properties to revisions. Additionally, most revisions also have "standard" revision props

Re: [BUG] Revprop edits are checked for read access.

2012-07-19 Thread Johan Corveleyn
On Thu, Jul 19, 2012 at 3:02 PM, Kamesh Jayachandran wrote: > This is a bug. This allows editing of log message as long as user has some > write access somewhere in the repository not necessarily on the change > paths. Only if your pre-revprop-change hook allows it. -- Johan

RE: [BUG] Revprop edits are checked for read access.

2012-07-19 Thread Kamesh Jayachandran
This is a bug. This allows editing of log message as long as user has some write access somewhere in the repository not necessarily on the change paths. With regards Kamesh Jayachandran -Original Message- From: C. Michael Pilato [mailto:cmpil...@collab.net] Sent: Thu 7/19/2012 6:21 PM T

Re: [BUG] Revprop edits are checked for read access.

2012-07-19 Thread C. Michael Pilato
On 07/19/2012 07:29 AM, Arwin wrote: > Hi All, > > I've raised http://subversion.tigris.org/issues/show_bug.cgi?id=4206 . > > Here is the Description: > > > Revision properties are now checked for read access during propedits. This > is done by making a GET subrequest to each of the changed pat

[BUG] Revprop edits are checked for read access.

2012-07-19 Thread Arwin
Hi All, I've raised http://subversion.tigris.org/issues/show_bug.cgi?id=4206 . Here is the 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 rea