Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Jencks2010-09-14 05:42:12 +0000
committerDavid Jencks2010-09-14 05:42:12 +0000
commit9fb29c9dae208cb21e6f24ce3a0e2c7978280b53 (patch)
tree725b44f8808874b870a7d6368d7cfa21510868e6 /VERSION.txt
parentf8155553493f83fa4a82c81f36359900ede50334 (diff)
downloadorg.eclipse.jetty.project-9fb29c9dae208cb21e6f24ce3a0e2c7978280b53.tar.gz
org.eclipse.jetty.project-9fb29c9dae208cb21e6f24ce3a0e2c7978280b53.tar.xz
org.eclipse.jetty.project-9fb29c9dae208cb21e6f24ce3a0e2c7978280b53.zip
bug 325072 include to DefaultServlet to a missing file must throw FileNotFoundException
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2271 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 a14212e937..60dd91c936 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -31,6 +31,7 @@ jetty-7.2-SNAPSHOT
+ 324679 Allow filter to write before static content
+ 324811 NPE in Server.dump
+ 324812 restore WebAppContext constructor used by geronimo integration
+ + 325072 include to DefaultServlet of missing file throws FileNotFoundException
+ JETTY-912 added per exchange timeout api
+ JETTY-1245 Do not use direct buffers with NIO SSL
+ JETTY-1249 Apply max idle time to all connectors

Back to the top