Merge branch 'jetty-9.4.x' into jetty-10.0.x

This commit is contained in:
olivier lamy 2019-04-23 19:31:53 +10:00
commit 3b29d2ccda
2 changed files with 11 additions and 9 deletions

View File

@ -116,15 +116,6 @@ public class HazelcastSessionDataStoreTest extends AbstractSessionDataStoreTest
//to find zombie sessions.
}
public void testStoreObjectAttributes() throws Exception
{
//This test will not work for hazelcast because we can't enable
//HazelcastSessionDataStore.setScavengeZombieSessions, as it's
//too difficult to get the required classes onto the embedded
//hazelcast instance: these classes are required to handle
//the serialization/deserialization that hazelcast performs when querying
//to find zombie sessions.
}
/**
*

View File

@ -115,6 +115,17 @@ public class HazelcastSessionDataStoreTest extends AbstractSessionDataStoreTest
//the serialization/deserialization that hazelcast performs when querying
//to find zombie sessions.
}
@Override
public void testStoreObjectAttributes() throws Exception
{
//This test will not work for hazelcast because we can't enable
//HazelcastSessionDataStore.setScavengeZombieSessions, as it's
//too difficult to get the required classes onto the embedded
//hazelcast instance: these classes are required to handle
//the serialization/deserialization that hazelcast performs when querying
//to find zombie sessions.
}
/**
*