Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-09-03 03:40:45 +0000
committerGreg Wilkins2010-09-03 03:40:45 +0000
commite613d5b4846455b0d18f3400e7eaab9b8211dddc (patch)
treee77073608498e97a0f5e91a94589dde089fd0e91 /VERSION.txt
parent1e5ceb27dc9848ada0064603b6923d04b89a753d (diff)
downloadorg.eclipse.jetty.project-e613d5b4846455b0d18f3400e7eaab9b8211dddc.tar.gz
org.eclipse.jetty.project-e613d5b4846455b0d18f3400e7eaab9b8211dddc.tar.xz
org.eclipse.jetty.project-e613d5b4846455b0d18f3400e7eaab9b8211dddc.zip
bug 324360 validate input on getResource since loop logic obscures subclass input validation. Port from jetty 8 rev 324360
bug 324359 illegal actions on AsyncContext should not change its state. Port from jetty 8 rev 2237 git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2241 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 0f389b4329..8695de29ed 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -21,6 +21,8 @@ jetty-7.2-SNAPSHOT
+ 324110 Merge async dispatch parameters
+ 324158 Durable download or Orbit jars
+ 324260 Jetty-6 continuations handle complete calls
+ + 324359 illegal actions on AsyncContext should not change its state.
+ + 324360 validate input on getResource since loop logic obscures subclass input validation.
+ JETTY-912 added per exchange timeout api
+ JETTY-1245 Do not use direct buffers with NIO SSL
+ JETTY-1249 Apply max idle time to all connectors

Back to the top