Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-03-03 06:30:46 +0000
committerGreg Wilkins2011-03-03 06:30:46 +0000
commit7b0a8e561cbe4dbd5d3e08b434d65fc984aaa436 (patch)
tree88de387a5b2546319a29cec71c600f88777922bc /VERSION.txt
parentd0b4ddcb28cf772ddf1fd7ec48ac90ca162397e9 (diff)
downloadorg.eclipse.jetty.project-7b0a8e561cbe4dbd5d3e08b434d65fc984aaa436.tar.gz
org.eclipse.jetty.project-7b0a8e561cbe4dbd5d3e08b434d65fc984aaa436.tar.xz
org.eclipse.jetty.project-7b0a8e561cbe4dbd5d3e08b434d65fc984aaa436.zip
JETTY-1304 Allow quoted boundaries in Multipart filter
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2847 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 263dc012fd..5988485ada 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -21,6 +21,7 @@ jetty-7.3.1-SNAPSHOT
+ 338068 Leaking ConstraintMappings on redeploy
+ 338092 ProxyServlet leaks memory
+ 338607 Removed managed attributes when context is stopped
+ + JETTY-1304 Allow quoted boundaries in Multipart filter
+ JETTY-1317 More elegent handling of bad URIs in requests
+ JETTY-1331 Allow alternate XML configuration processors (eg spring)
+ JETTY-1335 HttpClient's SelectConnector clean-up

Back to the top