Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-08-04 04:47:48 +0000
committerGreg Wilkins2010-08-04 04:47:48 +0000
commita5e1cea005b864f85e20d79341facbfd93570aad (patch)
tree3dc31c10789d31cbb2c46c4b209055513f3c3f7f /VERSION.txt
parent129184744a83257c6ca33d965202ba66183d601b (diff)
downloadorg.eclipse.jetty.project-a5e1cea005b864f85e20d79341facbfd93570aad.tar.gz
org.eclipse.jetty.project-a5e1cea005b864f85e20d79341facbfd93570aad.tar.xz
org.eclipse.jetty.project-a5e1cea005b864f85e20d79341facbfd93570aad.zip
321232 BasicAuthenticator ignores bad Authorization header
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2205 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 327550a7bb..4a9bc3213a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -8,6 +8,7 @@ jetty-7.2-SNAPSHOT
+ 320112 Websocket in aggregate jars
+ 320264 Removed duplicate mime.property entries
+ 320457 Added rfc2045 support to B64Code
+ + 321232 BasicAuthenticator ignores bad Authorization header.
+ JETTY-912 added per exchange timeout api
+ JETTY-1245 Do not use direct buffers with NIO SSL
+ JETTY-1249 Apply max idle time to all connectors

Back to the top