Description
In SentryStore#getMSentryPrivileges when retrieving URI's the query condition "addCustomParam("\"" + authHierarchy.getUri() + "\".startsWith(:URI)", URI, authHierarchy.getUri());", will always be True. This should be changed to filter by appropriate URI.
For example: when retrieving privileges on URI object "/x/y/z" this condition is checked for: ""file:///x/y/z".startsWith(file:///x/y/z))", which is always true
Attachments
Attachments
Issue Links
- is a parent of
-
SENTRY-2277 Add to SentryStore testURI test case testing with multiple URI privileges
- Resolved
- links to