eoinmcdonnell113 commented on code in PR #1200:
URL: https://github.com/apache/ranger/pull/1200#discussion_r3924695213
##########
security-admin/src/main/java/org/apache/ranger/security/web/filter/RangerKRBAuthenticationFilter.java:
##########
@@ -682,6 +689,30 @@ protected Configuration getProxyuserConfiguration() {
return conf;
}
+ private void handleConcurrentSessionExpiredRequest(HttpServletRequest
httpRequest, HttpServletResponse httpResponse) throws IOException {
+ HttpSession httpSession = httpRequest.getSession(false);
Review Comment:
Thanks. Non-SSO concurrent expire now returns 419 + X-Rngr-Redirect-Url for
XHR, and sendRedirect for full page loads.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]