Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-08-22 13:58:13 +0000
committerGreg Wilkins2011-08-23 06:20:37 +0000
commit07b8f08a37198aecdf0557640c5721870d29d6f8 (patch)
treeb9e559fd91353c26be6715c426ec108a006494ac /VERSION.txt
parent96d46df7da334b7d1348cc1496f02fa0a81dc931 (diff)
downloadorg.eclipse.jetty.project-07b8f08a37198aecdf0557640c5721870d29d6f8.tar.gz
org.eclipse.jetty.project-07b8f08a37198aecdf0557640c5721870d29d6f8.tar.xz
org.eclipse.jetty.project-07b8f08a37198aecdf0557640c5721870d29d6f8.zip
JETTY-1410 HTTP client handles CONTINUE 100 response correctly
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 3deb8c528a..237144ab7f 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -5,6 +5,7 @@ jetty-7.5.0.RC1 - 19 August 2011
+ 335001 Eliminate expected exceptions from log when running in JBoss
+ 355103 Make allowCredentials default to true in CrossOriginFilter
+ 355162 Allow creating an empty resource collection
+ + JETTY-1410 HTTP client handles CONTINUE 100 response correctly
+ JETTY-1414 HashLoginService doesn't refresh realm if specified config filename is not an absolute platform specific value
jetty-7.5.0.RC0 - 15 August 2011

Back to the top