Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4863

Unable to delete a subfolder within a folder with RW premission

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.10.2
    • None
    • libsvn_repos
    • None
    • subversion V1.10.2

    Description

      Users are unable to delete sub-folder within a folder with full permission.
      Path based Authorization File

      Authorization File

      [/]

      @group02 = rw

      [:glob:project:/**]

      @group01 = r

      [:glob:project:/subProject1/**]

      @group01 = rw

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            seung seunghyuk.yu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: