[Tbnl-devel] [hunchentoot-devel] 404 page

Patrick May patrick.may at mac.com
Thu May 8 16:23:59 UTC 2014


	Thanks!  Silently adding a new generic method — one of my favorite tricks.

Regards,

Patrick

On May 8, 2014, at 10:41 AM, Bill St. Clair <billstclair at gmail.com> wrote:

> 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/bd7744bf/attachment.html>


More information about the Tbnl-devel mailing list