|
To reproduce the issue:
Deploy the Chat webapp to Tomcat and open it in Firefox
enter nickname: test1, text: 1
nothing is logged, the message seems to be lost
enter text: 2, then 2 is logged
Another weird issue:
open another window
enter nickname: test2, text: a
again 'a' is lost
enter text b, this time b is logged
Go back to the first window
enter several text messages
they are logged in the first window but none of them is logged in the second window
The chat application does not seem to really work.
|