Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
7d0e344083
|
@ -450,14 +450,12 @@ public class CreationTest
|
|||
@Override
|
||||
public void sessionCreated(HttpSessionEvent se)
|
||||
{
|
||||
System.err.println("Session created");
|
||||
currentRequest.get().getSession(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sessionDestroyed(HttpSessionEvent se)
|
||||
{
|
||||
System.err.println("Session destroyed");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue