From 364385bd6bbf23cbf72db297614e7ec3e521b99b Mon Sep 17 00:00:00 2001 From: slava Date: Thu, 19 Oct 2006 21:34:22 +0000 Subject: [PATCH] Fix resource responder --- TODO.FACTOR.txt | 1 - contrib/httpd/default-responders.factor | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 98ac4090ce..27ddc07d50 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -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: diff --git a/contrib/httpd/default-responders.factor b/contrib/httpd/default-responders.factor index ee1a43011f..aa91ab03b7 100644 --- a/contrib/httpd/default-responders.factor +++ b/contrib/httpd/default-responders.factor @@ -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