> On 十月 10, 2018, 3:31 p.m., Velmurugan Periasamy wrote: > > security-admin/src/main/java/org/apache/ranger/common/ServiceUtil.java > > Line 859 (original), 859 (patched) > > <https://reviews.apache.org/r/68871/diff/2/?file=2095232#file2095232line859> > > > > Could you please make sure that this is merged into 1.x branches as > > well? Thank you.
The patch applies to the master and 1.x branches. - Qiang ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68871/#review209412 ----------------------------------------------------------- On 十月 8, 2018, 2:08 a.m., Qiang Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68871/ > ----------------------------------------------------------- > > (Updated 十月 8, 2018, 2:08 a.m.) > > > Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O > hEigeartaigh, Gautam Borad, Madhan Neethiraj, Mehul Parikh, Nitin Galave, > pengjianhua, Pradeep Agrawal, Ramesh Mani, Selvamohan Neethiraj, sam rome, > Venkat Ranganathan, and Velmurugan Periasamy. > > > Bugs: RANGER-2238 > https://issues.apache.org/jira/browse/RANGER-2238 > > > Repository: ranger > > > Description > ------- > > Here is related code: > > for(RangerPolicy.RangerPolicyItemCondition condition : > policyItem.getConditions()) { > if(condition.getType() == "ipaddress") { > > equals() should be used to compare Strings. > > > Diffs > ----- > > security-admin/src/main/java/org/apache/ranger/common/ServiceUtil.java > 0292881b4 > > > Diff: https://reviews.apache.org/r/68871/diff/2/ > > > Testing > ------- > > > Thanks, > > Qiang Zhang > >
