<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-05-08 15:07 GMT+02:00 Patrick May <span dir="ltr"><<a href="mailto:patrick.may@mac.com" target="_blank">patrick.may@mac.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div style="word-wrap:break-word"><div><span style="white-space:pre-wrap">        </span>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?</div>

</div></blockquote><div><br></div><div>No, it works just fine without an extra subclass, e.g.:</div><div><br></div><div>(defmethod hunchentoot:acceptor-status-message (acceptor (http-status-code (eql 404)) &key) "NOT FOUND")</div>

<div><br></div><div>-Hans</div></div></div></div>