[jira] [Comment Edited] (RANGER-2247) Ranger Plugin for HDFS throws StringIndexOutOfBounds exception when policy resource is "\"

2018-10-18 Thread Abhay Kulkarni (JIRA)


[ 
https://issues.apache.org/jira/browse/RANGER-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16654287#comment-16654287
 ] 

Abhay Kulkarni edited comment on RANGER-2247 at 10/18/18 7:12 PM:
--

Commit details:
master:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=70efa6810d5880184578b54a205b62a1349f426b

ranger-1.2:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=f3412d9e8fab56dd04290f4935bb618cfe71f2f8

ranger-1.1:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=03b6c6aad3cc7100281c31a3069fd7ea33135c45

ranger-1:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=f2afe0c271dfd978b5983de18f963cec664c854e

ranger-0.7:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=9890a90b98ae766faedf4a03ab8b6b0163c09bcf


was (Author: abhayk):
Commit details:
master:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=70efa6810d5880184578b54a205b62a1349f426b

ranger-1.2:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=f3412d9e8fab56dd04290f4935bb618cfe71f2f8

ranger-1.1:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=03b6c6aad3cc7100281c31a3069fd7ea33135c45

ranger-1:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=f2afe0c271dfd978b5983de18f963cec664c854e

> Ranger Plugin for HDFS throws StringIndexOutOfBounds exception when policy 
> resource is "\"
> --
>
> Key: RANGER-2247
> URL: https://issues.apache.org/jira/browse/RANGER-2247
> Project: Ranger
>  Issue Type: Bug
>  Components: Ranger
>Affects Versions: master
>Reporter: Abhay Kulkarni
>Assignee: Abhay Kulkarni
>Priority: Major
> Fix For: 2.0.0, 1.1.1, 1.2.1
>
>
> With a hdfs policy with a single \ as a resource, Ranger plugin throws 
> exception.
> % hdfs dfs -ls /user/
> ls: String index out of range: -1
> org.apache.hadoop.ipc.RemoteException(java.lang.StringIndexOutOfBoundsException):
>  String index out of range: -1
>   at java.lang.String.substring(String.java:1967)
>   at 
> org.apache.ranger.plugin.resourcematcher.RecursiveMatcher.getStringToCompare(RangerPathResourceMatcher.java:234)
>   at 
> org.apache.ranger.plugin.resourcematcher.CaseSensitiveRecursiveMatcher.isMatch(RangerPathResourceMatcher.java:249)
>   at 
> org.apache.ranger.plugin.resourcematcher.RangerDefaultResourceMatcher.isMatch(RangerDefaultResourceMatcher.java:45)
>   at 
> org.apache.ranger.plugin.policyresourcematcher.RangerDefaultPolicyResourceMatcher.getMatchType(RangerDefaultPolicyResourceMatcher.java:478)
>   at 
> org.apache.ranger.plugin.policyevaluator.RangerDefaultPolicyEvaluator.evaluate(RangerDefaultPolicyEvaluator.java:177)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (RANGER-2247) Ranger Plugin for HDFS throws StringIndexOutOfBounds exception when policy resource is "\"

2018-10-17 Thread Abhay Kulkarni (JIRA)


[ 
https://issues.apache.org/jira/browse/RANGER-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16654287#comment-16654287
 ] 

Abhay Kulkarni edited comment on RANGER-2247 at 10/18/18 1:27 AM:
--

Commit details:
master:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=70efa6810d5880184578b54a205b62a1349f426b

ranger-1.2:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=f3412d9e8fab56dd04290f4935bb618cfe71f2f8

ranger-1.1:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=03b6c6aad3cc7100281c31a3069fd7ea33135c45

ranger-1:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=f2afe0c271dfd978b5983de18f963cec664c854e


was (Author: abhayk):
Commit details:
master:
https://git-wip-us.apache.org/repos/asf?p=ranger.git;a=commit;h=70efa6810d5880184578b54a205b62a1349f426b

> Ranger Plugin for HDFS throws StringIndexOutOfBounds exception when policy 
> resource is "\"
> --
>
> Key: RANGER-2247
> URL: https://issues.apache.org/jira/browse/RANGER-2247
> Project: Ranger
>  Issue Type: Bug
>  Components: Ranger
>Affects Versions: master
>Reporter: Abhay Kulkarni
>Assignee: Abhay Kulkarni
>Priority: Major
> Fix For: 2.0.0, 1.1.1, 1.2.1
>
>
> With a hdfs policy with a single \ as a resource, Ranger plugin throws 
> exception.
> % hdfs dfs -ls /user/
> ls: String index out of range: -1
> org.apache.hadoop.ipc.RemoteException(java.lang.StringIndexOutOfBoundsException):
>  String index out of range: -1
>   at java.lang.String.substring(String.java:1967)
>   at 
> org.apache.ranger.plugin.resourcematcher.RecursiveMatcher.getStringToCompare(RangerPathResourceMatcher.java:234)
>   at 
> org.apache.ranger.plugin.resourcematcher.CaseSensitiveRecursiveMatcher.isMatch(RangerPathResourceMatcher.java:249)
>   at 
> org.apache.ranger.plugin.resourcematcher.RangerDefaultResourceMatcher.isMatch(RangerDefaultResourceMatcher.java:45)
>   at 
> org.apache.ranger.plugin.policyresourcematcher.RangerDefaultPolicyResourceMatcher.getMatchType(RangerDefaultPolicyResourceMatcher.java:478)
>   at 
> org.apache.ranger.plugin.policyevaluator.RangerDefaultPolicyEvaluator.evaluate(RangerDefaultPolicyEvaluator.java:177)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)