Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2009-09-15 13:42:03 +0000
committerSimone Bordet2009-09-15 13:42:03 +0000
commit71f0b7d7a514c8d79fd93b78440f9e501dfb466d (patch)
treecca5b1e24fbce1b16d0afb683cdefd0a13313e93
parent90e3a342ae16c9c50a6bd3a70f3ffa5acef2b81d (diff)
downloadorg.eclipse.jetty.project-71f0b7d7a514c8d79fd93b78440f9e501dfb466d.tar.gz
org.eclipse.jetty.project-71f0b7d7a514c8d79fd93b78440f9e501dfb466d.tar.xz
org.eclipse.jetty.project-71f0b7d7a514c8d79fd93b78440f9e501dfb466d.zip
Fixed JETTY-719: Document state machine of jetty http client.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/branches/jetty-7.0.0.x@897 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 334ce50944..2972e40ae8 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -22,6 +22,7 @@ jetty-7.0.0.RC6-SNAPSHOT
+ 289146 formalize reload policy functionality
+ 289156 jetty-client: no longer throw runtime exception for bad authn details
+ 288182 PUT request fails during retry
+ + JETTY-719 Document state machine of jetty http client
jetty-6.1.20 27 August 2009
+ JETTY-838 Don't log and throw

Back to the top