<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,7 +41,7 @@ Iota Router route := method(path, httpMethod, controller,
 )
 
 Iota Router scan := method(url, meth,
-    cr := block(obj, obj at(&quot;path&quot;) asRegex matchesFor(url) next)
+    cr := block(obj, obj at(&quot;path&quot;) asRegex matchesIn(url) next)
     route := routes detect(v, cr call(v) and v at(&quot;httpMethod&quot;) == meth )
     if(route isNil, return(nil))
     route params := Map clone
@@ -53,7 +53,7 @@ Iota Router scan := method(url, meth,
 
 Iota Router dispatch := method(request, response,
     route := scan(request resource, request httpMethod)
-    if(route isNil, return(fail))
+    if(route isNil, return(fail(request, response)))
   
     cookies := Iota Session handle_cookies(request cookies)
     session := Iota Session get(request cookies)
@@ -125,7 +125,7 @@ Iota Controller View forward := method(
 Iota Controller View parseTag := method(name,
   rx := &quot;[^:.]+&quot; asRegex
   out := Map clone
-  mchs := rx matchesFor(name)
+  mchs := rx matchesIn(name)
   mchs all foreach(i, m,
     ss := mchs splitString at(i)
     if(ss == &quot;&quot;,</diff>
      <filename>vendor/iota/iota.io</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21aed44e97cb0ceb0a589bef5439992009ab573f</id>
    </parent>
  </parents>
  <author>
    <name>Tyler McMullen</name>
    <email>tbmcmuller@gmail.com</email>
  </author>
  <url>http://github.com/tyler/iota/commit/4df0b145f0bbba5c0e47d4465ed4fbf0d2220af9</url>
  <id>4df0b145f0bbba5c0e47d4465ed4fbf0d2220af9</id>
  <committed-date>2008-05-16T01:12:58-07:00</committed-date>
  <authored-date>2008-05-16T01:12:58-07:00</authored-date>
  <message>fixes to make it run under Io 2008.03.30</message>
  <tree>b75b612c4ddabe6dedbdcf5c79dc310d9bddab77</tree>
  <committer>
    <name>Tyler McMullen</name>
    <email>tbmcmuller@gmail.com</email>
  </committer>
</commit>
