https://issues.apache.org/bugzilla/show_bug.cgi?id=51881
--- Comment #8 from Edward Alexandrov <stfigh...@mail.ru> 2011-09-28 06:25:23 UTC --- Created attachment 27620 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27620 war file Please also note the message flow. Normally, when opening the page, you should see 3 messages under 'Received messages' 1. State: messageReceived, Transport: polling, Body: { "success": true} 2. Pushing body: { "command": "player/reauth", "params": { "token": "ABC" } } 3. State: messageReceived, Transport: polling, Body: { "command": "system/hello" ... And when you open the second tab, when the issue arisies you will see only two of them 1. Pushing body: { "command": "player/reauth", "params": { "token": "ABC" } } 2. State: messageReceived, Transport: polling, Body: { "command": "system/hello" This is because incoming POST (for Pushing body: { "command": "player/reauth") is "swallowed" by Tomcat and presented to TransportHandler as GET with duplicate headers. And if you wait about 20-30sec, you will see the third line to appear, maybe because of the request is handled for the second time or something after the timeout. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org