eoinmcdonnell113 commented on code in PR #1200: URL: https://github.com/apache/ranger/pull/1200#discussion_r3924675967
########## security-admin/src/main/java/org/apache/ranger/security/listener/RangerHttpSessionListener.java: ########## @@ -19,12 +19,14 @@ package org.apache.ranger.security.listener; +import javax.servlet.annotation.WebListener; import javax.servlet.http.HttpSession; import javax.servlet.http.HttpSessionEvent; import javax.servlet.http.HttpSessionListener; import java.util.concurrent.CopyOnWriteArrayList; +@WebListener Review Comment: Thanks. Kept the web.xml listener entry and removed @WebListener so the listener is registered once. -- 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]
