Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2011-02-10 07:49:05 +0000
committerJan Bartel2011-02-10 07:49:05 +0000
commit5b7e63510a9e4045d755d707c72ac112d4dd42fb (patch)
tree92707e9c5bf4e5a7e30451c60b85fe2bd8a9b002 /VERSION.txt
parent19c5b378c23e98b3f52e42ee710b2de524afd180 (diff)
downloadorg.eclipse.jetty.project-5b7e63510a9e4045d755d707c72ac112d4dd42fb.tar.gz
org.eclipse.jetty.project-5b7e63510a9e4045d755d707c72ac112d4dd42fb.tar.xz
org.eclipse.jetty.project-5b7e63510a9e4045d755d707c72ac112d4dd42fb.zip
336781 If xml parser is not validating, turn off external dtd resolution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2770 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 95b7bcac42..7f8d041928 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,5 +1,6 @@
jetty-7.3.1-SNAPSHOT
+ 336691 Possible wrong length returned by ChannelEndPoint.flush() in case of RandomAccessFileBuffer
+ + 336781 If xml parser is not validating, turn off external dtd resolution
jetty-7.3.0.v20110203 3 February 2011
+ JETTY-1259 NullPointerException in JDBCSessionIdManager when invalidating session (further update)

Back to the top