Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-02-18 21:07:25 +0000
committerJesse McConnell2011-02-18 21:07:25 +0000
commit44a5e0b525060fdb1ff0adb63ed17722e23a21a1 (patch)
tree041a66439c8d828823f4d113a5ef3fe62a8dd5bc
parent505a44d56c9d62cac0f801fdc8d60c26d7c8b490 (diff)
downloadorg.eclipse.jetty.project-44a5e0b525060fdb1ff0adb63ed17722e23a21a1.tar.gz
org.eclipse.jetty.project-44a5e0b525060fdb1ff0adb63ed17722e23a21a1.tar.xz
org.eclipse.jetty.project-44a5e0b525060fdb1ff0adb63ed17722e23a21a1.zip
336668 policy supports cert validation, refactored jetty policy to support better reload mechanism
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2803 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 e3d9a6c5cd..e0bfe018ed 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,7 @@
jetty-7.3.1-SNAPSHOT
+ 316382 Support a more strict SSL option with certificates
+ 335329 Moved blocking timeout handling to outside try catch
+ + 336668 policy supports cert validation
+ 336691 Possible wrong length returned by ChannelEndPoint.flush() in case of RandomAccessFileBuffer
+ 336781 If xml parser is not validating, turn off external dtd resolution
+ 336793 Tee data filled and flushed from endpoint

Back to the top