Magnolia 6.2.24 known issues
Command execution issues for users with limited access rights
Magnolia 6.2.24 brought a number of improvements that tighten up the security of the release. Some of these improvements, however, may affect the ability to execute commands for users with limited access rights.
For example, an error such as null: User not allowed to Read path [website/]
will be thrown if a user with limited access rights is trying to publish some content in the website
workspace.
This may happen because the instance always checks whether the user has access permissions to the root folder of a particular node in the workspace.
With Magnolia 6.2.25, this behavior changes: The instance checks the permissions granted for a specific node by node UUID, not by path if no path is provided. For more details about this issue, see MAGNOLIA-8570.