Denis Stepanov created TAP5-2001:
------------------------------------

             Summary: Race condition while loading javascript file via ajax
                 Key: TAP5-2001
                 URL: https://issues.apache.org/jira/browse/TAP5-2001
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.5
            Reporter: Denis Stepanov


Two or more concurrent AJAX requests requires 'example.js' javascript to load:

First request:
  Adds script tag with src 'example.js'  ... waits script to load

Second request:
  Finds script 'example.js', thinks its already loaded and continues to process 
request -> causes error because script is not loaded yet



 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to