Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2009-09-11 03:07:12 +0000
committerJan Bartel2009-09-11 03:07:12 +0000
commit7605c6b1ea39637591505db7dae1ca0bda1b58d0 (patch)
tree5d6e3d0f259cb3b2a80aaff23484b09a623350e5 /VERSION.txt
parentaeabc18454e824c9b80ec94e9646fb7deff63188 (diff)
downloadorg.eclipse.jetty.project-7605c6b1ea39637591505db7dae1ca0bda1b58d0.tar.gz
org.eclipse.jetty.project-7605c6b1ea39637591505db7dae1ca0bda1b58d0.tar.xz
org.eclipse.jetty.project-7605c6b1ea39637591505db7dae1ca0bda1b58d0.zip
JETTY-1105
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@875 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 96a206170c..68e97a33bc 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -15,6 +15,7 @@ jetty-7.0.0.RC6-SNAPSHOT
+ JETTY-1093 Request.toString throws exception when size exceeds 4k
+ JETTY-1098 Default form encoding is UTF8
+ JETTY-1101 Updated servlet3 continuation constructor
+ + JETTY-1105 Custom error pages aren't working
+ 288514 AbstractConnector does not handle InterruptedExceptions on shutdown
+ 288466 LocalConnector is not thread safe
+ 288772 Failure to connect does not set status to EXCEPTED

Back to the top