Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-06-14 15:44:21 +0000
committerJesse McConnell2011-06-14 15:44:21 +0000
commit79f9860d23d2efb7e1c8e66e3bb4d8530e8f48e1 (patch)
tree7b960ca9c440e80e83a47efa402e2dc9a507cacd
parent1e347be15efdcbd5ace3b9282970334e400393e7 (diff)
downloadorg.eclipse.jetty.project-79f9860d23d2efb7e1c8e66e3bb4d8530e8f48e1.tar.gz
org.eclipse.jetty.project-79f9860d23d2efb7e1c8e66e3bb4d8530e8f48e1.tar.xz
org.eclipse.jetty.project-79f9860d23d2efb7e1c8e66e3bb4d8530e8f48e1.zip
[Bug 295832] making proxy servlet more extensible, added customizeExchange() to the patch provided as well
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3386 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 808c81798e..429c60afa6 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,5 @@
jetty-7.4.3-SNAPSHOT
+ + 295832 ProxyServlet more extensible and configurable
+ 347617 Dynamically install/update/remove OSGi bundles discovered in the contexts folder
+ 347717 start.jar destroys dependent child of --exec
+ 347898 Close channel on JVM exceptions

Back to the top