]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix resource responder
authorslava <slava@factorcode.org>
Thu, 19 Oct 2006 21:34:22 +0000 (21:34 +0000)
committerslava <slava@factorcode.org>
Thu, 19 Oct 2006 21:34:22 +0000 (21:34 +0000)
TODO.FACTOR.txt
contrib/httpd/default-responders.factor

index 98ac4090cee47321a889ccb01ec5b5e4ea7e9f87..27ddc07d50471f46377a5215ec6813a05234b279 100644 (file)
@@ -1,5 +1,4 @@
 - live search: timer delay would be nice
-- help responder has no way to access { "foo" "bar" }
 - httpd search tools
 - hashed generic method dispatch
 - fix this:
index ee1a43011f7299aafe296e62abfa4c367f89e10e..aa91ab03b7602a2a66c0617f7fafc86321b30844 100644 (file)
@@ -17,7 +17,7 @@ global [
     ! Javascript source used by ajax libraries
     "resources" [ 
         [
-            "contrib/httpd/resources" resource-path "doc-root" set
+            "contrib/httpd/resources/" resource-path "doc-root" set
             file-responder
         ] with-scope
     ] add-simple-responder