From b3a32467163c3a137b4cc149c30f7b6a298b66fb Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Wed, 23 Feb 2011 15:10:42 +0000 Subject: [PATCH] Fixes JETTY-1333 (HttpClient _timeout and _soTimeout is messed up). See also #337898 and #337896. git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2824 7e9141cc-0065-0410-87d8-b60c137991c4 --- VERSION.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/VERSION.txt b/VERSION.txt index 7d7257ea7d8..f5011d31a93 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -21,6 +21,7 @@ jetty-7.3.1-SNAPSHOT + JETTY-1317 More elegent handling of bad URIs in requests + JETTY-1331 Allow alternate XML configuration processors (eg spring) + JETTY-1335 HttpClient's SelectConnector clean-up + + JETTY-1333 HttpClient _timeout and _soTimeout is messed up jetty-7.3.0.v20110203 3 February 2011 + JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating session (further update)