<div dir="ltr">Same here. <div><br></div><div>hunchentoot:*hunchentoot-version* is "1.2.26"<br></div><div>(lisp-implementation-version) is "Version 1.9-r16025M  (DarwinX8664)"<br></div><div><br></div><div>

-Bill</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 8, 2014 at 12:31 PM, Patrick May <span dir="ltr"><<a href="mailto:patrick.may@mac.com" target="_blank">patrick.may@mac.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span style="white-space:pre-wrap">   </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 style="white-space:pre-wrap">    </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><div class="h5"><div>On May 8, 2014, at 12:23 PM, Patrick May <<a href="mailto:patrick.may@mac.com" target="_blank">patrick.may@mac.com</a>> wrote:</div>

<br></div></div><blockquote type="cite"><div><div class="h5"><div style="word-wrap:break-word"><span style="white-space:pre-wrap">      </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" target="_blank">billstclair@gmail.com</a>> wrote:</div>

<br><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></div></div><div class="">_______________________________________________<br>Tbnl-devel mailing list<br><a href="mailto:Tbnl-devel@common-lisp.net" target="_blank">Tbnl-devel@common-lisp.net</a><br>

<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel</a><br></div></blockquote></div><br></div></div><br>_______________________________________________<br>


Tbnl-devel mailing list<br>
<a href="mailto:Tbnl-devel@common-lisp.net">Tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel</a><br>
<br></blockquote></div><br></div>