Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-04-30 03:23:13 +0000
committerGreg Wilkins2009-04-30 03:23:13 +0000
commit456a00161b47b8a3a13fc253c3a94ccacd69ea3b (patch)
tree066476400390554e3829eb820c8f7873710e2e5f /VERSION.txt
parent79edb1ebee272b58ccb61fe7505d6236e024cc43 (diff)
downloadorg.eclipse.jetty.project-456a00161b47b8a3a13fc253c3a94ccacd69ea3b.tar.gz
org.eclipse.jetty.project-456a00161b47b8a3a13fc253c3a94ccacd69ea3b.tar.xz
org.eclipse.jetty.project-456a00161b47b8a3a13fc253c3a94ccacd69ea3b.zip
JETTY-980 & JETTY-1004
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@199 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f2a6ee4bbc..cfe43c83e3 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,9 +1,11 @@
jetty-7.0.0.M2-SNAPSHOT
+ JETTY-941 Linux chkconfig hint
- + JETTY-959 CGI servlet doesn't kill the CGI in case the client disconnects
+ + JETTY-959 CGI servlet doesn't kill the CGI in case the client disconnects
+ + JETTY-980 Fixed ResourceHandler ? handling, and bad URI creation in listings
+ JETTY-996 Make start-stop-daemon optional
+ 273767 Update to use geronimo annotations spec 1.1.1
+ JETTY-1003 java.lang.IllegalArgumentException: timeout can't be negative
+ + JETTY-1004 Canonical path handling includes ? in path segment
jetty-7.0.0.M1 22 April 2009
+ 271258 FORM Authentication dispatch handling avoids caching

Back to the top