jetty.project/jetty-core/jetty-util
Greg Wilkins 5aea1e44b7
Experiment/12/improve default servlet (#10222)
* Improve Jetty 12 DefaultServlet

 + don't wrap the httpServletRequest unless necessary due to wrapping
 + don't wrap the httpServletResponse unless necessary due to wrapping
 + send content asynchronously if large and unfiltered
 + Remove unused boolean return from ServletChannel.handle
 + added TODOs where range request handling could calculate content length
 + Call multipartlength, even though it is always -1
 + Use static for bytes written
2023-08-18 00:54:05 +10:00
..
src Experiment/12/improve default servlet (#10222) 2023-08-18 00:54:05 +10:00
pom.xml Merge `release/12.0.0` back into `jetty-12.0.x` (#10237) 2023-08-08 00:55:19 +02:00