<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 497f4106bfb643e9231aa4b1f4d8141e69ab2a65
+Subproject commit 87a9b481d1362aa380ee69392c7920fb08361d3e</diff>
      <filename>External/browserjs</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit d7b5ca58f431de3a1e6a3a8eb791f4092b1fab3a
+Subproject commit 7b410a1323367d309b9cf77bf332f1496b086b84</diff>
      <filename>External/jack</filename>
    </modified>
    <modified>
      <diff>@@ -301,7 +301,9 @@ objj_search.prototype.request = function(aFilePath, aMethod)
 
     try
     {
-        request.open(&quot;GET&quot;, aFilePath.replace(/\+/g, &quot;%2B&quot;), YES);
+        // unclear whether plusses are reserved in the URI path
+        //request.open(&quot;GET&quot;, aFilePath.replace(/\+/g, &quot;%2B&quot;), YES);
+        request.open(&quot;GET&quot;, aFilePath, YES);
         request.send(&quot;&quot;);
     }
     catch (anException)</diff>
      <filename>Objective-J/file.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4afb8003e63d3886726c2a7b84ccb1e0458162b9</id>
    </parent>
  </parents>
  <author>
    <name>tlrobinson</name>
    <email>tom@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino/commit/f4f48e4e09eeee548e630bdff337c687ef022ee2</url>
  <id>f4f48e4e09eeee548e630bdff337c687ef022ee2</id>
  <committed-date>2009-06-23T17:00:25-07:00</committed-date>
  <authored-date>2009-06-17T01:43:39-07:00</authored-date>
  <message>Disable encoding/decoding of plusses in URIs</message>
  <tree>31f23b6d830242cab9d01a6ea918d44708c1a59a</tree>
  <committer>
    <name>Francisco Ryan Tolmasky I</name>
    <email>francisco@280north.com</email>
  </committer>
</commit>
