mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
+ Renamed TestDirContentServlet to AbstractFileContentServlet + Renamed various TestServlet*Write classes to BlockingServlet*Write to better represent their purpose. + Renamed TestServletBufferTypeLengthWrite to HttpOutputWriteFileContentServlet + Cleaned up GzipContentLengthTest to be one big ParameterizedTest - now does Internal vs External GzipHandler testing too. + Introduced AbstractGzipTest to house simple common methods + Cleanup remaining testcases Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>