[
https://issues.jboss.org/browse/WFLY-4810?page=com.atlassian.jira.plugin....
]
Stuart Douglas commented on WFLY-4810:
--------------------------------------
It is actually pretty unlikely to be a problem in the real world for a few reasons:
- the network is much slower, which gives the request time to commit
- the user takes some time to fill out the form and send the response
We could add some kind of 'flush' method to the session I guess, and manually
invoke it before returning the response, however in general terms this is hard to achieve.
The response can be closed at pretty much any point, and after that happens it is still
valid to modify the session.
FormAuthenticationWebFailoverTestCase(SYNC-tcp) fails frequently
----------------------------------------------------------------
Key: WFLY-4810
URL:
https://issues.jboss.org/browse/WFLY-4810
Project: WildFly
Issue Type: Bug
Components: Clustering
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Seems to have been introduced by
https://github.com/wildfly/wildfly/pull/7507
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)