Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-01-18 16:49:25 +0000
committerJesse McConnell2013-01-18 16:49:25 +0000
commit38319f4cb6d14a34e8c43e2db521462dea30de9c (patch)
tree9cc6f65d02a69a8f0b8cf5e4470d371e01dd1e05 /VERSION.txt
parent40111d9474443b5b2d5080a5278fabe0c4950198 (diff)
downloadorg.eclipse.jetty.project-38319f4cb6d14a34e8c43e2db521462dea30de9c.tar.gz
org.eclipse.jetty.project-38319f4cb6d14a34e8c43e2db521462dea30de9c.tar.xz
org.eclipse.jetty.project-38319f4cb6d14a34e8c43e2db521462dea30de9c.zip
set for release
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f59d37a6fe..36fef8b143 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,18 +1,31 @@
-jetty-9.0.0-SNAPSHOT
-
-jetty-9.0.0.M5 - 26 December 2012
+jetty-9.0.0.M5 - 18 January 2013
+ 367638 throw exception for excess form keys
+ + 381521 Only set Vary header when content could be compressed
+ 391623 Making --stop with STOP.WAIT perform graceful shutdown
+ 393158 java.lang.IllegalStateException when sending an empty InputStream
+ 393220 remove dead code from ServletHandler and log ServletExceptions in
warn instead of debug
+ + 393733 WebSocketClient interface should support multiple connections
+ + 395885 ResourceCache should honor useFileMappedBuffer if set
+ + 396253 FilterRegistration wrong order
+ 396459 Log specific message for empty request body for multipart mime
requests
+ + 396500 HttpClient Exchange takes forever to complete when less content sent
+ than Content-Length
+ 396886 MultiPartFilter strips bad escaping on filename="..."
+ 397110 Accept %uXXXX encodings in URIs
- + 397111 Allow multipart bodies with leading blank lines
+ + 397111 Tolerate empty or excessive whitespace preceeding MultiParts
+ 397112 Requests with byte-range throws NPE if requested file has no mimetype
(eg no file extension)
+ + 397114 run-forked with waitForChild=false can lock up
+ + 397130 maxFormContentSize set in jetty.xml is ignored
+ + 397190 improve ValidUrlRule to iterate on codepoints
+ + 397321 Wrong condition in default start.config for annotations
+ + 397535 Support pluggable alias checking to support symbolic links
+ + 397769 TimerScheduler does not relinquish cancelled tasks.
+ + 398105 Clean up WebSocketPolicy
+ + 398285 ProxyServlet mixes cookies from different clients.
+ + 398337 UTF-16 percent encoding in UTF-16 form content
+ JETTY-1533 handle URL with no path
jetty-9.0.0.M4 - 21 December 2012

Back to the top