Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2674

User permissions are not checked consistently when removing node data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 4.1, 3.6.6, 4.0.2
    • 4.0.1, 3.6.5
    • core, security
    • None

      When removing node data using hm.getRoot().delete(String path) where path points to node data, the whole path is asserted when checking permissions as expected. However when removing very same node data using hm.getContent(String parentPath).deleteNodeData(String name) where parentPath + "/" + "name" == path the remove permission of the parent node is checked instead of remove permission of the node data.

        Acceptance criteria

              had Jan Haderka
              had Jan Haderka
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD