[hunchentoot-devel] Problems with create-folder-dispatcher-and-handler
Edi Weitz
edi at agharta.de
Sat Dec 23 22:01:18 UTC 2006
[Please use the mailing list if you're interested in timely replies.]
On Thu, 7 Dec 2006 19:02:55 +0100, "Rafał Strzaliński" <nablaone at gmail.com> wrote:
> (defun cfdah-dont-work ()
> (setf *dispatch-table*
> (list
> (x-create-folder-dispatcher-and-handler
> "/"
> #p"/" "text/plain"))))
>
> (defun cfdah-ok ()
> (setf *dispatch-table*
> (list
> (x-create-folder-dispatcher-and-handler
> "/etc/"
> #p"/etc/" "text/plain"))))
I /think/ this is a bug in SBCL. I'll send a bug report to them.
Cheers,
Edi.
More information about the Tbnl-devel
mailing list