2014-05-08 15:07 GMT+02:00 Patrick May patrick.may@mac.com:
Removing the incorrect eql specialization still doesn't result in my 404 page being displayed. Do I have to subclass acceptor to get it to work?
No, it works just fine without an extra subclass, e.g.:
(defmethod hunchentoot:acceptor-status-message (acceptor (http-status-code (eql 404)) &key) "NOT FOUND")
-Hans