[ 
https://issues.apache.org/jira/browse/PIVOT-859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427420#comment-13427420
 ] 

Sandro Martini commented on PIVOT-859:
--------------------------------------

Just committed in rev 1368578 (in 2.0.x maintenance branch, and then in trunk) 
a complete sample, you can run it as a Desktop application, and of course even 
as an Applet.
All things are unders tests, in the package 
org.apache.pivot.tests.issues.pivot859, and there is a README.txt with all 
steps needed to run the sample inside a real browser.

Note that at the moment the HTTP query is done in a synchronous way, and not 
using Pivot Tasks, but for this issue should be good the same.

Be free to reopen it in case there is something that doesn't works (as in your 
case), but please post a minimal sample to show the problem.

                
> 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

        

Reply via email to