Joseph Farfel created CB-1476:
---------------------------------

             Summary: Failed to load resource: file:///!gap_exec
                 Key: CB-1476
                 URL: https://issues.apache.org/jira/browse/CB-1476
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 2.1.0
         Environment: iOS 6 GM, Safari 6 Web Inspector
            Reporter: Joseph Farfel
            Assignee: Shazron Abdullah


Whenever I run cordova.exec with an empty command queue, I get this error in 
the new iOS 6 Web Inspector in Safari:

{color:red}file:///!gap_exec  Failed to load resource: The requested URL was 
not found on this server.{color}

It's caused by this XMLHttpRequest:

{code:title=cordova-2.1.0.js (line 974)}
execXhr.open('HEAD', "file:///!gap_exec", true);
{code}

Looks like the Obj-C code hears this request as a signal to begin executing the 
command queue, but it doesn't return a success response, so Web Inspector 
complains about not being able to load the resource.

It doesn't seem to affect functionality, but it sure is annoying to have all 
those "failed to load resource" errors in the console.

--
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