jetty.project/jetty-servlets
Simone Bordet 86f3947378 Issue #454 - DoSFilter does not send an error status code when closing a connection, because of timeout.
Introduced onRequestTimeout() to deprecate closeConnection() since
the method was wrongly named.
Now onRequestTimeout() performs a sendError(503) to signal that the
request timed out, rather than responding with 200 OK.

Cleaned up tests.
2016-03-30 19:08:32 +02:00
..
src Issue #454 - DoSFilter does not send an error status code when closing a connection, because of timeout. 2016-03-30 19:08:32 +02:00
pom.xml Updating to version 9.3.9-SNAPSHOT 2016-03-14 09:07:52 -07:00