Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-04-21 23:13:50 +0000
committerGreg Wilkins2009-04-21 23:13:50 +0000
commit50fe1753b022d9b7b864bfe27a03fc4b34881b3f (patch)
treeed51b7ba82b792384cf8a7d903c96a0b8ce4e28e /VERSION.txt
parent4008da20414ca987005b2e4727969e75a4ab162b (diff)
downloadorg.eclipse.jetty.project-50fe1753b022d9b7b864bfe27a03fc4b34881b3f.tar.gz
org.eclipse.jetty.project-50fe1753b022d9b7b864bfe27a03fc4b34881b3f.tar.xz
org.eclipse.jetty.project-50fe1753b022d9b7b864bfe27a03fc4b34881b3f.zip
273153 Avoid dispatcher loops
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@171 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 e0df365554..6b13959b84 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -8,6 +8,7 @@ jetty-7.0.0.M1-SNAPSHOT
+ 273011 JETTY-980 JETTY-992 Security / Directory Listing XSS present
+ 271536 Add supprot to IO for quietly closing Readers / Writers
+ 273101 Fix DefaultServletTest XSS test case
+ + 273153 Test for Nested references in DispatchServlet
jetty-7.0.0.M0
+ JETTY-496 Support inetd/xinetd through use of System.inheritedChannel()

Back to the top