Re: [hunchentoot-devel] Problems with create-folder-dispatcher-and-handler

[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@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.

On Sat, 23 Dec 2006 23:01:18 +0100, Edi Weitz <edi@agharta.de> wrote:
I /think/ this is a bug in SBCL. I'll send a bug report to them.
This has been fixed already: http://sbcl.boinkor.net/gitweb?p=sbcl.git;a=commit;h=c6ca3162c8abd6ae9cce613...
participants (1)
-
Edi Weitz