Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2009-09-11 14:24:28 +0000
committerSimone Bordet2009-09-11 14:24:28 +0000
commit84c922dd4cc8ef7655cd53a5be2705bde71035bc (patch)
tree1ffdad2f30b9261b40a3ce08844dd9b64004dcd2 /VERSION.txt
parentee1a75a077952aadedbd5222867aa85f46dd21de (diff)
downloadorg.eclipse.jetty.project-84c922dd4cc8ef7655cd53a5be2705bde71035bc.tar.gz
org.eclipse.jetty.project-84c922dd4cc8ef7655cd53a5be2705bde71035bc.tar.xz
org.eclipse.jetty.project-84c922dd4cc8ef7655cd53a5be2705bde71035bc.zip
Fixed bug #288401: HttpExchange.cancel() Method Unimplemented.
It is now implemented. Improved Javadocs and made all members private. git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@881 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 68e97a33bc..0efa0f820b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,7 @@
jetty-7.0.1-SNAPSHOT
+ Promoted Jetty WebApp Verifier from Sandbox
+ Promoted Jetty Centralized Logging from Sandbox
+ + 288401 HttpExchange.cancel() Method Unimplemented
jetty-7.0.0.RC6-SNAPSHOT
+ 288055 jetty-client fails to resolve failed resolution attempts correctly

Back to the top