Moving TODOs

svn: r12319
This commit is contained in:
Jay McCarthy 2008-11-05 22:41:17 +00:00
parent f046f218b8
commit 791d43ecd3
2 changed files with 1 additions and 4 deletions

View File

@ -30,7 +30,7 @@
dispatcher/c))])
(define interface-version 'v1)
; XXX url->servlet
; XXX url->servlet and remove config:scripts
(define (make config:scripts
#:url->path url->path
#:make-servlet-namespace [make-servlet-namespace (make-make-servlet-namespace)]

View File

@ -128,7 +128,6 @@ URLs to paths on the filesystem.
then it calls @scheme[next-dispatcher] itself.
}}
@; XXX Kind of timeout that is proportional to bindings
@; ------------------------------------------------------------
@section[#:tag "dispatch-timeout.ss"]{Timeouts}
@a-dispatcher[web-server/dispatchers/dispatch-timeout
@ -153,7 +152,6 @@ URLs to paths on the filesystem.
object, and outputs the response to the connection.
}}
@; XXX Change filtering to take predicate, rather than regexp
@; ------------------------------------------------------------
@section[#:tag "dispatch-filter.ss"]{Filtering Requests}
@a-dispatcher[web-server/dispatchers/dispatch-filter
@ -335,7 +333,6 @@ a URL that refreshes the password file, servlet cache, etc.}
@elem{defines a dispatcher constructor
that runs servlets written in Scheme.}]{
@; XXX Remove config:scripts
@defproc[(make [config:scripts (box/c cache-table?)]
[#:url->path url->path url->path?]
[#:make-servlet-namespace