Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-05-09 07:33:49 +0000
committerGreg Wilkins2011-05-09 07:33:49 +0000
commit6f8c330015cb79bd953a9815e2828d723c0a59a9 (patch)
tree8496217a9e308241cd75e7dedfd6855d88dcb80f /VERSION.txt
parentd625f738add2f16647f9b91cf8487193951bdd05 (diff)
downloadorg.eclipse.jetty.project-6f8c330015cb79bd953a9815e2828d723c0a59a9.tar.gz
org.eclipse.jetty.project-6f8c330015cb79bd953a9815e2828d723c0a59a9.tar.xz
org.eclipse.jetty.project-6f8c330015cb79bd953a9815e2828d723c0a59a9.zip
JETTY-1326 Invoker names not hashCode based
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3098 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 5fdf9b7480..3208728f60 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -13,6 +13,7 @@ jetty-7.4.1-SNAPSHOT
+ 344513 Attempting to set ConfigurationClasses in jetty-web.xml causes NPE
+ 344529 Ability to customize the error handling of the OSGi HttpService
+ JETTY-954 WebAppContext eats any start exceptions instead of stopping the server load
+ + JETTY-1326 Invoker names not hashCode based
+ JETTY-1343 IllegalArgumentException for bad % encodings
+ JETTY-1347 Updated ServletHander javadoc

Back to the top