[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] [Git@Eclipse] Jetty: primary project repository branch master updated. jetty-7.6.3.v20120416-30-g1ca8eb0
|
- From: genie@xxxxxxxxxxx (Jan Bartel)
- Date: Wed, 2 May 2012 10:42:02 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
The branch, master has been updated
via 1ca8eb030d558e9e2ee3ff80a5c5471dcc2f2772 (commit)
from b131a0b30b227466bca24a0c1e8476365734e35e (commit)
- Log -----------------------------------------------------------------
commit 1ca8eb030d558e9e2ee3ff80a5c5471dcc2f2772
Author: Jan Bartel <janb@xxxxxxxxxxx>
Date: Wed May 2 16:41:32 2012 +0200
377610 New session not timed out if an old session is invalidated in scope of same request
-----------------------------------------------------------------------
Summary of changes:
.../jetty/server/session/SessionHandler.java | 10 +-
...st.java => SessionInvalidateAndCreateTest.java} | 10 +-
.../AbstractSessionInvalidateAndCreateTest.java | 194 ++++++++++++++++++++
3 files changed, 203 insertions(+), 11 deletions(-)
copy tests/test-sessions/test-hash-sessions/src/test/java/org/eclipse/jetty/server/session/{RemoveSessionTest.java => SessionInvalidateAndCreateTest.java} (54%)
create mode 100644 tests/test-sessions/test-sessions-common/src/main/java/org/eclipse/jetty/server/session/AbstractSessionInvalidateAndCreateTest.java
hooks/post-receive
--
Jetty: primary project repository