<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -153,9 +153,11 @@ var CPURLConnectionDelegate = nil;
         
         var path = [_request URL];
         
+        // Browsers use &quot;file:&quot;, Titanium uses &quot;app:&quot;
         _isLocalFileConnection =    path.indexOf(&quot;file:&quot;) === 0 || 
                                     ((path.indexOf(&quot;http:&quot;) !== 0 || path.indexOf(&quot;https:&quot;) !== 0) &amp;&amp; 
-                                    window.location &amp;&amp; window.location.protocol === &quot;file:&quot;);
+                                    window.location &amp;&amp;
+                                    (window.location.protocol === &quot;file:&quot; || window.location.protocol === &quot;app:&quot;));
         
         _XMLHTTPRequest = objj_request_xmlhttp();
             </diff>
      <filename>Foundation/CPURLConnection.j</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>15dc89fe2f9704235e7484ef07a4428110640687</id>
    </parent>
  </parents>
  <author>
    <name>Tom Robinson</name>
    <login>tlrobinson</login>
    <email>tom@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino/commit/1d39235a45e8807f89462ad013655f18e6159c1e</url>
  <id>1d39235a45e8807f89462ad013655f18e6159c1e</id>
  <committed-date>2009-05-18T01:07:05-07:00</committed-date>
  <authored-date>2009-05-18T01:07:05-07:00</authored-date>
  <message>Added support for app: protocol in CPURLConnection, for use with Titanium</message>
  <tree>16d1b3a20b16013d28d118654056312ecbc8965e</tree>
  <committer>
    <name>Tom Robinson</name>
    <login>tlrobinson</login>
    <email>tom@280north.com</email>
  </committer>
</commit>
