Update for release reroll.

This commit is contained in:
Jan Bartel 2014-12-05 15:42:25 +01:00
parent d3763e0d1c
commit 98e1869594
1 changed files with 7 additions and 2 deletions

View File

@ -1,20 +1,25 @@
jetty-9.2.6.v20141203 - 03 December 2014
jetty-9.2.6.v20141205 - 05 December 2014
+ 383207 Use BundleFileLocatorHelperFactory to obtain BundleFileLocatorHelper
+ 443652 Remove dependency on java.lang.management classes
+ 447472 Clear async context timeout on async static content
+ 451529 Change sentinel class for finding jstl on classpath to
+ 451529 Change sentinel class for finding jstl on classpath to
org.apache.taglibs.standard.tag.rt.core.WhenTag
+ 451634 DefaultServlet: useFileMappedBuffer javadoc is misleading
+ 452188 Delay dispatch until content optimisation.
+ 452201 EnvConfiguration.destroy() should set the classloader
+ 452246 Fixed SSL hang on last chunk
+ 452261 Multiple servlets map to path *.jsp when using jsp-property-group
+ 452261 Ensure <jsp-file> works with new JettyJspServlet
+ 452424 Do not add Date header if already set
+ 452516 Make HttpOutput aggregation size configurable.
+ 453386 Jetty not working when configuring QueuedThreadPool with
minThreads=0.
+ 453629 Fixed big write test
+ 453793 _maxHeaderBytes>0 is not verified in parseNext() when in
State.CLOSED.
+ 453801 Jetty does not check for already registered services when
bootstrapping
+ 454157 HttpInput.consumeAll spins if input is in async mode.
jetty-9.2.5.v20141112 - 12 November 2014
+ 448446 org.eclipse.jetty.start.Main create classloader duplicate