diff options
author | Greg Wilkins | 2009-04-14 03:00:19 +0000 |
---|---|---|
committer | Greg Wilkins | 2009-04-14 03:00:19 +0000 |
commit | 1e0009aa321000c339fa46d2fdc68b90c78690ec (patch) | |
tree | 166003d6249643e4bc9f86e71f82cb01f8a6a099 /VERSION.txt | |
parent | 68403f43e9feb05345cc140bbbb88aaf8da0a05a (diff) | |
download | org.eclipse.jetty.project-1e0009aa321000c339fa46d2fdc68b90c78690ec.tar.gz org.eclipse.jetty.project-1e0009aa321000c339fa46d2fdc68b90c78690ec.tar.xz org.eclipse.jetty.project-1e0009aa321000c339fa46d2fdc68b90c78690ec.zip |
removed HTTP specifics from connection dispatching
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@143 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r-- | VERSION.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt index e9a790e735..c8b8a9f562 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,6 +1,7 @@ jetty-7.0.0.M1-SNAPSHOT + 271258 FORM Authentication dispatch handling avoids caching + Initial support for LoginService.logout + + Removed HTTPConnection specifics from connection dispatching jetty-7.0.0.M0 + JETTY-496 Support inetd/xinetd through use of System.inheritedChannel() |