
8 May
2014
8 May
'14
2:41 p.m.
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