[ https://issues.apache.org/jira/browse/PIVOT-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400419#comment-13400419 ]
Sandro Martini commented on PIVOT-859: -------------------------------------- Brendan, are you sure that sharing an HTTP Connection is a good thing ? I think that each Applet should have its own connection (maybe even its session but this is another thing) ... Try to slow (much) the response from the server and try different combinations of queries: only the first (applet), only the second, first then second, etc ... to see what happens. Another question (but could be useful): if you run each Applet with appletviewer, all is good, right ? Then, try to force the load of each Applet in its own JVM, and retry from a real browser. Even in this case all should be good, right ? Tell to us, so after these tests we can see the next level on the static things ... > Multi-page applet failed to route to respond > -------------------------------------------- > > Key: PIVOT-859 > URL: https://issues.apache.org/jira/browse/PIVOT-859 > Project: Pivot > Issue Type: Bug > Affects Versions: 2.0.2 > Environment: Both Safari and Chrome in Mac os > Reporter: Brendan > Assignee: Sandro Martini > Labels: applet, http, multiple, query, rest, static > Fix For: 2.0.3 > > > Hi, > My pivot applet when run in browser with multiple instances fails to route > the respond from REST server to corresponding instance. I start first > instance on one Tab and then start another instance on a new Tab or window. > Some respond for the second tab will go into the first tab or window. > I don't know if this is my app issue or Pivot or Java Applet. My app doesn't > use any cookie, but just a basic auth. I tried with Safari and Chrome and > get same result. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira