Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-05-12 14:09:54 +0000
committerGreg Wilkins2009-05-12 14:09:54 +0000
commit5255060588411bce9e1a618b81a4694b922289ec (patch)
tree65a6da3daa4310e693be8a7406781af5d7760ff7 /VERSION.txt
parent08938580c38ac36f81a6e368e82b984bcab0b1a9 (diff)
downloadorg.eclipse.jetty.project-5255060588411bce9e1a618b81a4694b922289ec.tar.gz
org.eclipse.jetty.project-5255060588411bce9e1a618b81a4694b922289ec.tar.xz
org.eclipse.jetty.project-5255060588411bce9e1a618b81a4694b922289ec.zip
275396 Added ScopedHandler to set servlet scope before security handler
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@209 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 92c169a2f3..dfd08003ee 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -9,6 +9,7 @@ jetty-7.0.0.M2-SNAPSHOT
+ JETTY-1004 CERT VU#402580 Canonical path handling includes ? in path segment
+ JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
+ JETTY-1015 Reduce BayeuxClient and HttpClient lock contention
+ + 275396 Added ScopedHandler to set servlet scope before security handler
jetty-6.1.17 30 April 2009
+ JETTY-936 Make optional dispatching to welcome files as servlets

Back to the top