You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The session AsyncTest class is flakey because it assumes that when the response returns to the client the session will have been saved, however DefaultSessionCache.setFlushOnResponseCommit(true) has not been called, so that may not be true.
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12.0.x
Jetty Environment
ee8/9/10
The session
AsyncTest
class is flakey because it assumes that when the response returns to the client the session will have been saved, howeverDefaultSessionCache.setFlushOnResponseCommit(true)
has not been called, so that may not be true.The text was updated successfully, but these errors were encountered: