Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-08-01 00:06:28 +0000
committerGreg Wilkins2009-08-01 00:06:28 +0000
commit1465e8ae19a878a571bafd5d6d62e3d3f7e7ce4f (patch)
treef0fe623470f69e6dc65a0ad29a2285062b9dc796 /VERSION.txt
parenteedde3ce5e5de8b82a7ca30588e5403a90cd8d92 (diff)
downloadorg.eclipse.jetty.project-1465e8ae19a878a571bafd5d6d62e3d3f7e7ce4f.tar.gz
org.eclipse.jetty.project-1465e8ae19a878a571bafd5d6d62e3d3f7e7ce4f.tar.xz
org.eclipse.jetty.project-1465e8ae19a878a571bafd5d6d62e3d3f7e7ce4f.zip
improved ResourceCollection handling
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@614 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 3021b7bf63..cf3b5dd22c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -9,6 +9,7 @@ jetty-7.0.0.RC2 29 June 2009
+ Added DebugHandler
+ Added JavaUtilLog for Jetty logging to java.util.logging framework
+ 284981 Implement a cross-origin filter
+ + Improved handling of overlays and resourceCollections
jetty-7.0.0.RC1 15 June 2009
+ JETTY-1066 283357 400 response for bad URIs

Back to the top