enapps-enorman opened a new pull request, #40: URL: https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/40
The current MockUserManager implementation is interpreting the intermediatePath argument when creating a user or group as an absolute path. The real oak/jackrabbit implementation is interpreting that argument as a relative path that is appended to the configured usersPath or groupsPath location. Expected: the MockUserManager should behave more like the real implementation. Also, for MockUserManager#createSystemUser implementation, the intermediatePath value should have additional validation to ensure the value starts with "system". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
