Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-01-11 19:55:34 +0000
committerJesse McConnell2011-01-11 19:55:34 +0000
commit2e72deee739756e57749e885d3075f878ec2bd72 (patch)
treee8af600fb42a9f60306d223dfeba338011c7467e /VERSION.txt
parent8f5bd3b063116bda59863597d3828df2eef90f4d (diff)
downloadorg.eclipse.jetty.project-2e72deee739756e57749e885d3075f878ec2bd72.tar.gz
org.eclipse.jetty.project-2e72deee739756e57749e885d3075f878ec2bd72.tar.xz
org.eclipse.jetty.project-2e72deee739756e57749e885d3075f878ec2bd72.zip
Bug 333717 HttpClient can't get local listen address, http exchange can return the local address used for the connection.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2651 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 c1ee606652..766053c4bf 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -16,6 +16,7 @@ jetty-7.3.0-SNAPSHOT
+ 333481 Handle UTF-32 codepoints
+ 333608 tlds defined in web.xml are not picked up
+ 333679 Refactored jetty-jmx. Moved mbeans to modules
+ + 333717 HttpExchange able to return local address used
+ 333771 System properties are not available inside XML configuration file by using the 'property' tag
+ 333875 Monitor public constructor
+ 333892 Improved JVM bug detection

Back to the top