----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73189/#review222600 -----------------------------------------------------------
Ship it! Ship It! - Madhan Neethiraj On Feb. 17, 2021, 5:43 a.m., Abhay Kulkarni wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/73189/ > ----------------------------------------------------------- > > (Updated Feb. 17, 2021, 5:43 a.m.) > > > Review request for ranger and Madhan Neethiraj. > > > Bugs: RANGER-3147 > https://issues.apache.org/jira/browse/RANGER-3147 > > > Repository: ranger > > > Description > ------- > > Fixed Path resource matching algorithm for recursive Path policy without > wildcard when request scope is SELF_OR_CHILD. > Removed unused configuration parameter (optSimulateHierarchy). > Used SELF_OR_CHILD enum consistently in resource-trie search and in path > matching algorithm. > > > Diffs > ----- > > > agents-common/src/main/java/org/apache/ranger/plugin/policyengine/RangerAccessRequest.java > 57804ad09 > > agents-common/src/main/java/org/apache/ranger/plugin/policyevaluator/RangerDefaultPolicyEvaluator.java > a8ad632af > > agents-common/src/main/java/org/apache/ranger/plugin/resourcematcher/RangerAbstractResourceMatcher.java > 4ebffef61 > > agents-common/src/main/java/org/apache/ranger/plugin/resourcematcher/RangerPathResourceMatcher.java > 4a158a276 > > agents-common/src/test/java/org/apache/ranger/plugin/resourcematcher/RangerPathResourceMatcherTest.java > 5c497779d > > > Diff: https://reviews.apache.org/r/73189/diff/2/ > > > Testing > ------- > > Developed unit tests to test SELF_OR_CHILD scope for PathResourceMatcher. > Passed all unit tests. > > > Thanks, > > Abhay Kulkarni > >
