----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62724/#review187613 -----------------------------------------------------------
Ship it! Ship It! - Alejandro Fernandez On Oct. 2, 2017, 2:11 p.m., Colm O hEigeartaigh wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62724/ > ----------------------------------------------------------- > > (Updated Oct. 2, 2017, 2:11 p.m.) > > > Review request for ranger. > > > Bugs: RANGER-1822 > https://issues.apache.org/jira/browse/RANGER-1822 > > > Repository: ranger > > > Description > ------- > > This task is to remove the ssoEnabled accessors in > RangerSSOAuthenticationFilter. "ssoEnabled" is currently a class variable, > but it is overridden every time in the doFilter method. It should instead > just be created per-request in doFilter. > > > Diffs > ----- > > > security-admin/src/main/java/org/apache/ranger/security/web/filter/RangerSSOAuthenticationFilter.java > 481fe8e7 > > > Diff: https://reviews.apache.org/r/62724/diff/1/ > > > Testing > ------- > > Tested with Knox. > > > Thanks, > > Colm O hEigeartaigh > >