<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span class="Apple-tab-span" style="white-space:pre">   </span>I spoke too soon.  I changed it to specify hunchentoot:acceptor-status-messsage, but no joy.  Then I modified the package to use :hunchentoot and removed all the “hunchentoot:” package specifiers in the code, but still see the default 404 page in my browser.<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>I’m using Clozure CL (64-bit) on OS X.</div><div><br></div><div>Thanks,</div><div><br></div><div>Patrick</div><div><br><div><div>On May 8, 2014, at 12:23 PM, Patrick May <<a href="mailto:patrick.may@mac.com">patrick.may@mac.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span class="Apple-tab-span" style="white-space:pre">     </span>Thanks!  Silently adding a new generic method — one of my favorite tricks.<div><br></div><div>Regards,</div><div><br></div><div>Patrick</div><div><br><div><div>On May 8, 2014, at 10:41 AM, Bill St. Clair <<a href="mailto:billstclair@gmail.com">billstclair@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Your example works for me if I change:<div><br></div><div><span style="font-family:Consolas;font-size:12.499999046325684px">(defmethod acceptor-status-message (acceptor (http-status-code (eql 404)) &key)</span><br style="font-family:Consolas;font-size:12.499999046325684px">

<span style="font-family:Consolas;font-size:12.499999046325684px">  (display-404-page))</span><br style="font-family:Consolas;font-size:12.499999046325684px"></div><div><span style="font-family:Consolas;font-size:12.499999046325684px"><br>

</span></div><div><font face="Consolas"><span style="font-size:12.499999046325684px">to:</span></font></div><div><font face="Consolas"><span style="font-size:12.499999046325684px"><br></span></font></div><div><span style="font-family:Consolas;font-size:12.499999046325684px">(defmethod hunchentoot:acceptor-status-message (acceptor (http-status-code (eql 404)) &key)</span><br style="font-family:Consolas;font-size:12.499999046325684px">

<span style="font-family:Consolas;font-size:12.499999046325684px">  (display-404-page))</span><br style="font-family:Consolas;font-size:12.499999046325684px"></div><div><span style="font-family:Consolas;font-size:12.499999046325684px"><br>

</span></div><div><span style="font-family:Consolas;font-size:12.499999046325684px">-Bill</span></div></div>
</blockquote></div><br></div></div>_______________________________________________<br>Tbnl-devel mailing list<br><a href="mailto:Tbnl-devel@common-lisp.net">Tbnl-devel@common-lisp.net</a><br>http://common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel<br></blockquote></div><br></div></body></html>