Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-06-20 20:36:23 +0000
committerJesse McConnell2011-06-20 20:36:23 +0000
commit1f790a5f7844809d525a82af5bf0f20d3ebf60c8 (patch)
tree0ce4a3ca5222b2e689044401cd0421204b8d2cc4
parent2f7eb54e0fa9a5d5ae75aaa2c9e3c6fd5950f911 (diff)
downloadorg.eclipse.jetty.project-1f790a5f7844809d525a82af5bf0f20d3ebf60c8.tar.gz
org.eclipse.jetty.project-1f790a5f7844809d525a82af5bf0f20d3ebf60c8.tar.xz
org.eclipse.jetty.project-1f790a5f7844809d525a82af5bf0f20d3ebf60c8.zip
[Bug 349870] proxy servlet protect continuation against fast failing exchanges
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3402 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index aab5c3e374..09117b5bb3 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -6,7 +6,8 @@ jetty-7.4.3-SNAPSHOT
+ 349344 Passing empty query string to UrlEncoded#decodeTo(String, MultiMap, String) does not yield an empty map
+ JETTY-1342 Recreate selector in change task
+ 347889 OSGi should follow directive visibility:=reexport for META-INF/web-fragments and resources
- + 349738 set buffer sizes for http client in proxy servlet
+ + 349738 set buffer sizes for http client in proxy servlet
+ + 349870 proxy servlet protect continuation against fast failing exchanges
jetty-7.4.2.v20110526
+ 334443 Improve the ability to specify extra class paths using the Jetty Maven Plugin

Back to the top