-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62724/
-----------------------------------------------------------
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