Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-12-19 23:13:41 +0000
committerGreg Wilkins2009-12-19 23:13:41 +0000
commit87da18834e8d0e87a586bbdd7d5168f90e15db3f (patch)
treef0720c1ba45c5411e98caa94b0167a2dc047e43f /VERSION.txt
parent1b0347c0ac33866f3cf01aedb4a4d15542ce2d1d (diff)
downloadorg.eclipse.jetty.project-87da18834e8d0e87a586bbdd7d5168f90e15db3f.tar.gz
org.eclipse.jetty.project-87da18834e8d0e87a586bbdd7d5168f90e15db3f.tar.xz
org.eclipse.jetty.project-87da18834e8d0e87a586bbdd7d5168f90e15db3f.zip
298144 Unit test for jetty-client connecting to a server that uses Basic Auth
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1159 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 09cd95faca..bca619f105 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -4,6 +4,7 @@ jetty-7.0.2-SNAPSHOT
+ 296765 JMX Connector Server and ShutdownThread
+ 297421 Hide server/system classes from WebAppClassLoader.getResources
+ 297783 Handle HEAD reponses in HttpClient
+ + 298144 Unit test for jetty-client connecting to a server that uses Basic Auth
+ JETTY-910 Allow request listeners to access session
+ JETTY-1156 SSL blocking close with JVM Bug busy key fix
+ JETTY-1157 Don't hold array passed in write(byte[])

Back to the top