Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2010-03-30 18:07:06 +0000
committerJan Bartel2010-03-30 18:07:06 +0000
commit681c29bcdbf9a369fa99a226838dc36a4ed18ce8 (patch)
tree0e3436c2539718ae33b49ff78f4cba924243b019 /VERSION.txt
parentf971ed42ee9cbf8c47e6d719f242fb8dd76e2b90 (diff)
downloadorg.eclipse.jetty.project-681c29bcdbf9a369fa99a226838dc36a4ed18ce8.tar.gz
org.eclipse.jetty.project-681c29bcdbf9a369fa99a226838dc36a4ed18ce8.tar.xz
org.eclipse.jetty.project-681c29bcdbf9a369fa99a226838dc36a4ed18ce8.zip
Ensure we don't look in WEB-INF/lib for webapps that don't have a WEB-INF.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1424 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 d903a144ac..4ac0a7ab7d 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -7,6 +7,7 @@ jetty-7.0.2.SNAPSHOT
+ 306884 Suspend with timeout <=0 never expires
+ 306782 httpbis interpretation of 100 continues. Body never skipped
+ Take excess logging statements out of startup
+ + Ensure webapps with no WEB-INF don't scan WEB-INF/lib
jetty-7.0.2.RC0
+ JSON parses NaN as null

Back to the top