[Tbnl-devel] [hunchentoot-devel] 404 page
Bill St. Clair
billstclair at gmail.com
Thu May 8 14:41:45 UTC 2014
Your example works for me if I change:
(defmethod acceptor-status-message (acceptor (http-status-code (eql 404))
&key)
(display-404-page))
to:
(defmethod hunchentoot:acceptor-status-message (acceptor (http-status-code
(eql 404)) &key)
(display-404-page))
-Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/tbnl-devel/attachments/20140508/7d1cd9a2/attachment.html>
More information about the Tbnl-devel
mailing list