Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-02-17 12:17:50 +0000
committerGreg Wilkins2011-02-17 12:17:50 +0000
commitfafe5c905e7365f4b4bac7b61e94ea5b8e41c446 (patch)
tree201573f9a1c92bba9d30da47c83d6eaf03b6df4b /VERSION.txt
parentb34dbd246fb1eda4d418fad4212da4189d540df6 (diff)
downloadorg.eclipse.jetty.project-fafe5c905e7365f4b4bac7b61e94ea5b8e41c446.tar.gz
org.eclipse.jetty.project-fafe5c905e7365f4b4bac7b61e94ea5b8e41c446.tar.xz
org.eclipse.jetty.project-fafe5c905e7365f4b4bac7b61e94ea5b8e41c446.zip
JETTY-1331 Allow alternate XML configuration processors (eg spring)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2800 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 d37d3d77ac..e3d9a6c5cd 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -8,6 +8,7 @@ jetty-7.3.1-SNAPSHOT
+ 337268 Allow specifying alias of a certificate to be used by SSL connector
+ 337270 Shared Timer for session management
+ 337271 Flush SSL endpoint when dispatch thread held forever
+ + JETTY-1331 Allow alternate XML configuration processors (eg spring)
jetty-7.3.0.v20110203 3 February 2011
+ JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating session (further update)

Back to the top