Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-08-26 07:50:30 +0000
committerGreg Wilkins2009-08-26 07:50:30 +0000
commit8dfc3b8ed03a83edabcfad3e13e46c36d211fc67 (patch)
treece89880dc6a5c8f1d23ea77394713ae7ca9fa077 /VERSION.txt
parenta33c8cdf1a5fa5a15bf2a7533be6756c6224be11 (diff)
downloadorg.eclipse.jetty.project-8dfc3b8ed03a83edabcfad3e13e46c36d211fc67.tar.gz
org.eclipse.jetty.project-8dfc3b8ed03a83edabcfad3e13e46c36d211fc67.tar.xz
org.eclipse.jetty.project-8dfc3b8ed03a83edabcfad3e13e46c36d211fc67.zip
JETTY-1085 Allow url sessionID if cookie invalid
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@764 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f3120cc7bd..f315245f01 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -3,6 +3,7 @@ jetty-7.0.0-SNAPSHOT
+ JETTY-960 Support for ldaps
+ JETTY-1081 Handle null content type in GzipFilter
+ JETTY-1084 Disable GzipFilter for HEAD requests
+ + JETTY-1085 Allow url sessionID if cookie invalid
+ JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs
+ JETTY-1087 Chunked SSL non blocking input
+ 287496 Use start.ini always and added --exec

Back to the top