[hunchentoot-devel] Problem with redirect ...
Nicolas Lamirault
lam at tuxfamily.org
Mon Jan 15 19:53:26 UTC 2007
i would like to define a web page when someone try to access an
unknown page :
;; (defun handle-error ()
;; "Modify the Hunchentoot error dispatcher."
;; (make-web-page #p"error.html"))
and in the init file :
;;(setf hunchentoot:*http-error-handler* 'handle-error)
i remove this code from my web service and i haven't got any error
with my redirect test !
But if i reload my web service with my handle-error and i try to open a
page that is doesn't exist, my handle-error works and print the error
page.
Edi Weitz <edi at agharta.de> writes:
> On Mon, 15 Jan 2007 19:41:47 +0100, Nicolas Lamirault <lam at tuxfamily.org> wrote:
>
>> (16 "(CLAPPA-WEB::HANDLE-ERROR)")
>>
>> someone have any idea how can i debug this ?
>
> What does CLAPPA-WEB::HANDLE-ERROR do?
>
--
Nicolas Lamirault
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20070115/18590484/attachment.sig>
More information about the Tbnl-devel
mailing list