Open pki-bot opened 4 years ago
Comment from cfu (@cfu) at 2014-03-11 18:09:29
note: Something we "may" have to tackle on is whether we are able to audit the "logout" event in CS. This potential item applies to 846 as well.
Ask me about this potential requirement when/if we get to this ticket.
Comment from edewata (@edewata) at 2014-03-11 18:38:49
See Acceptor.run() in http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java.
socket = serverSocketFactory.acceptSocket(serverSocket);
...
closeSocket(socket);
It might be possible to modify the JSSSocketFactory in tomcatjss to wrap the server socket and the client socket such that it can intercept the acceptSocket() and closeSocket() invocations to audit the events.
Comment from cfu (@cfu) at 2017-02-27 14:07:11
Metadata Update from @cfu:
This issue was migrated from Pagure Issue #902. Originally filed by cfu (@cfu) on 2014-03-11 17:49:20:
This ticket is inspired by 846 Login & logout link/page for TPS UI
Let's add the same login/logout to other subsystems