Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugues Malphettes2010-07-06 22:22:00 +0000
committerHugues Malphettes2010-07-06 22:22:00 +0000
commit4d5966fa3ed1c1bb544a2035d4d4e434d7299225 (patch)
treedabd5d893797e493a1cd4bd0b6dedd30307f74ed
parent403bbd7330ae1b299ce0e803f3b353ceb0dbef59 (diff)
downloadorg.eclipse.jetty.project-4d5966fa3ed1c1bb544a2035d4d4e434d7299225.tar.gz
org.eclipse.jetty.project-4d5966fa3ed1c1bb544a2035d4d4e434d7299225.tar.xz
org.eclipse.jetty.project-4d5966fa3ed1c1bb544a2035d4d4e434d7299225.zip
udpate the list of bug fixes related to OSGi for 7.1.5
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2081 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 76bbc74dce..4ce19e319b 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -16,6 +16,10 @@ jetty-7.1.5.v20100705
+ 318470 unboxing NPE protection in HttpConnection
+ 318551 Optional uncheck Printwriter
+ JETTY-1237 Save local/remote address to be available after close
+ + 317007 Unable to run Jetty OSGi when -Dosgi.compatibility.bootdelegation=false
+ + 316909 CNFE: org.xml.sax.SAXException on org.eclipse.jetty.osgi.boot start with jsp fragment
+ + 317231 Ability to configure jetty with a fragment bundle that contains etc/jetty.xml
+ + 319060 Support web-bundles that are not expanded (bundle is zipped)
jetty-7.1.4.v20100610
+ 298551 SslSocketConnector does not need keystore stream

Back to the top