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/09/01 11:27:00 UTC

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

    [ https://issues.apache.org/jira/browse/SVN-4863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17188371#comment-17188371 ] 

seunghyuk.yu commented on SVN-4863:
-----------------------------------

Thank you for your reply.
I responded using the users@ mailing list.

> 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: libsvn_repos
>    Affects Versions: 1.10.2
>         Environment: subversion V1.10.2
>            Reporter: seunghyuk.yu
>            Priority: Major
>
> Users are unable to delete sub-folder within a folder with full permission.
>  {color:#242729}Path based Authorization File{color}
> {panel:title=Authorization File}
> [/]
> @group02 = rw
> [:glob:project:/**]
> @group01 = r
> [:glob:project:/subProject1/**]
> @group01 = rw
> {panel}
> All users under group2 are able to create or delete any subfolder/files in subProject1 while users under group01 are unable to delete any subfolder/files with the above permission authorized.
>  
> For example,
> Users under group02 are able to add a folder "subProject1" under folder "project":
> /project/subProject1
>  
> Users under group01 are able to add a file "test.txt" under "subProject1": /project/subProject1/test.txt
>  
> Users under group01 are unable to delete any files under "subProject1":
> /project/subProject1/test.txt
>  
> The error msg is 'Access to @path forbidden'.
>  
> In the previous Subversion 1.9, users under both groups were able to create or delete any subfolder/files in the path-based authentication without  ":glob:" with above permission authorized.
>  subversion version 1.10.2



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