Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-03-23 20:36:42 +0000
committerGreg Wilkins2010-03-23 20:36:42 +0000
commitb5654648eb43ebcee4a2259431b8b141ae273238 (patch)
treed6780114fb6f1a77170f721681981bc179e1821c
parent3a2228ffc95ac61300b69a20cc454cde64aa241b (diff)
downloadorg.eclipse.jetty.project-b5654648eb43ebcee4a2259431b8b141ae273238.tar.gz
org.eclipse.jetty.project-b5654648eb43ebcee4a2259431b8b141ae273238.tar.xz
org.eclipse.jetty.project-b5654648eb43ebcee4a2259431b8b141ae273238.zip
306840 suppress content-length in requests without content
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1406 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 35104d9836..10b625fc0e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,5 +1,6 @@
jetty-7.0.2.SNAPSHOT
+ 306783 - NPE in StdErrLog when Throwable is null
+ + 306840 - Suppress content-length in requests with no content
jetty-7.0.2.RC0
+ JSON parses NaN as null

Back to the top