jetty.project/jetty-maven-plugin
Greg Wilkins 161f1698cf
Jetty 9.4.x 3018 request logging bad messages (#3020)
Issue #3018 improve logging and handling of slow data rates.

* Slow data rates now result in aborted channels, but exception is still thrown.  Test for 408 in requestLog
* Updated many RequestLog usages to use Server.setRequestLog rather than a RequestLogHandler
* Fixed javadoc
* removed BadRequestLogHandlerTest (tested in RequestLogTest)
* added JMH to show the future of request logging for #113
* copyright header.
* Updates from review
* Revert to throwing BadMessageException
* BME ensures a 408 is logged rather than a 500

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-11-01 17:06:04 +01:00
..
src Jetty 9.4.x 3018 request logging bad messages (#3020) 2018-11-01 17:06:04 +01:00
.gitignore adding in jetty-maven-plugin 2012-08-28 09:35:45 -05:00
README_INTEGRATION_TEST.md Issue #2170 Add extra info re jetty maven plugin integration test log output 2018-02-21 17:19:34 +11:00
pom.xml Jetty 9.4.x 2903 delay listener instantiation (#2930) 2018-09-26 11:27:57 +10:00