Community
Participate
Working Groups
In case of an SSL truncation attack, i.e. when a remote socket sends a TCP FIN before a SSL close alert, Jetty does not detect the situation cleanly, and the selector will continuously dispatch the endpoint (and hence the connection) because we do not close it. Instead, we should detect the case, and close the endpoint.
Fixed. we detect the FIN and act accordingly.