Commit Graph

364 Commits

Author SHA1 Message Date
Joakim Erdfelt 149e118699 [maven-release-plugin] prepare release jetty-7.1.1.v20100517
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1812 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-17 19:00:40 +00:00
Jesse McConnell d67252fe2e [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1735 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-05 20:27:56 +00:00
Jesse McConnell 718d0e94b3 [maven-release-plugin] prepare release jetty-7.1.0.v20100505
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1733 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-05 20:27:20 +00:00
Jesse McConnell 6e395884a6 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1700 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:42:37 +00:00
Jesse McConnell 3ad4b4bb18 [maven-release-plugin] prepare release jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1698 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:38:31 +00:00
Jesse McConnell 0e541fcf2b [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1695 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 20:03:29 +00:00
Jesse McConnell 485bc3b2a6 [maven-release-plugin] prepare release jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1693 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 20:03:09 +00:00
Jesse McConnell a7fc4bf77a [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1609 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 16:11:20 +00:00
Jesse McConnell 88b8c01199 [maven-release-plugin] prepare release jetty-7.1.0.RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1607 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 16:10:58 +00:00
Jesse McConnell 1eba7b979a [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1591 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 13:44:10 +00:00
Jesse McConnell a6a2cac78c [maven-release-plugin] prepare release jetty-7.1.0.RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1589 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 13:43:40 +00:00
Jesse McConnell 50dd4c94b1 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1433 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 16:46:40 +00:00
Jesse McConnell ff7ae57f00 [maven-release-plugin] prepare release jetty-project-7.0.2.v20100331
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1431 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 16:46:26 +00:00
Jan Bartel 28453e9c24 Add new test-sessions module to do testing of various session implementations. The test-session-common module was created based on the terracotta session test suite checked into jetty-codehaus. I've genericized these tests so that they may be applied to the various session clustering solutions.
Changes to JDBCSessionIdManager with this checkin were to increase the length of the varchar storing the session id from 60 to 120 char, and also to reduce the amount of time we held a lock over the session id map.

Changes to the JDBCSessionManager with this checkin were to decrease the amount of time we held locks, and when retrieving a session from the database, checking if the session had expired before loading it.

Changes to the AbstractSessionManager with this checkin were to ensure that the SessionListeners were only called if the session was removed (we were calling them anyway).


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1213 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-26 01:37:03 +00:00