You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "seunghyuk.yu (Jira)" <ji...@apache.org> on 2020/08/26 15:21:00 UTC

[jira] [Created] (SVN-4863) Unable to delete a subfolder within a folder with RW premission

seunghyuk.yu created SVN-4863:
---------------------------------

             Summary: Unable to delete a subfolder within a folder with RW premission
                 Key: SVN-4863
                 URL: https://issues.apache.org/jira/browse/SVN-4863
             Project: Subversion
          Issue Type: Bug
          Components: svnauthz
    Affects Versions: 1.10.0
         Environment: subversion V1.10
            Reporter: seunghyuk.yu


Users are unable to delete sub-folder within a folder with full permission.
{color:#242729}Path based Authorization File{color}
{color:#242729}'{color}
[/]

@group02 = rw

[:glob:project:/]

@group01 = r

[:glob:project:/subProject1/]

@group01 = rw
{color:#242729}'{color}
{color:#242729}{color:#242729}Using group02, All the user belonging to group are able to create a subfolder/files in subProject1 followed by commit.{color}{color}
And then using group01, {color:#242729}{color:#242729}modify a subfolders/files followed by commit {color}*but unable to delete a subfolder/files and commit*{color:#242729}. {color}{color}
{color:#242729}{color:#242729}It says 'Access to @path forbidden'.{color}{color}
{color:#242729}{color:#242729}However group02 are able to delete a subfolder/files.{color}{color}
 
{color:#242729}{color:#242729}{color:#222222}Subversion 1.9 of path-based authentication without ":glob:" was fine.{color}{color}{color}
 
{color:#242729}{color:#242729}{color:#222222}{color:#242729}With the above permission{color}{color}{color}{color}
 
{color:#242729}{color:#242729}{color:#222222}{color:#242729}*Using group02,* Adding a folder "subProject1" works 
 /project/subProject1{color}{color}{color}{color}
 
*{color:#242729}{color:#222222}{color:#242729}Using group01{color}{color}{color},* {color:#242729}{color:#242729}{color:#222222}{color:#242729}Adding a file "test.txt" works
{color}{color}{color}{color}{color:#242729}{color:#242729}{color:#222222}{color:#242729} /project/subProject1/test.txt{color}{color}{color}{color}
 
{color:#242729}{color:#242729}{color:#222222}{color:#242729}*Using group01,* Deleting a file doesn't works
 /project/subProject1/test.txt{color}{color}{color}{color}
 
{color:#242729}{color:#242729}{color:#222222}{color:#242729}subversion version 1.10{color}{color}{color}{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)