Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2014-12-05 14:42:25 +0000
committerJan Bartel2014-12-05 14:42:25 +0000
commit98e186959499df08fc0529e9f23552809ea3b8fe (patch)
treef81caefd892d9344af2c1b60a280bded065860de /VERSION.txt
parentd3763e0d1ca9a749286b5a6c402b0f525a113c8a (diff)
downloadorg.eclipse.jetty.project-98e186959499df08fc0529e9f23552809ea3b8fe.tar.gz
org.eclipse.jetty.project-98e186959499df08fc0529e9f23552809ea3b8fe.tar.xz
org.eclipse.jetty.project-98e186959499df08fc0529e9f23552809ea3b8fe.zip
Update for release reroll.
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 9176abef38..e1be7397e9 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -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

Back to the top