Quoth rm@seid-online.de:
Does this error message really come from the code you posted?
I'm pretty sure it does, yes.
Your code works fine over here (hunchentoot from the latest quicklisp).
Hmm... odd. I'm also using an up-to-date Quicklisp (and the latest SBCL).
BTW, what you mean with "subclassing ACCEPTOR-STATUS-MESSAGE" ? Isn't acceptor-status-message a generic function?
Yes, of course it is. I meant to say "specialising ACCEPTOR-STATUS-MESSAGE" (on a subclass of ACCEPTOR).
It almost sounds as if your (?) version of a-s-m returns the http-status-code instead of an error message.
The error has nothing to do with a specialised A-S-M. This is out-of-the-box behaviour I'm observing (as the code was intended to show).
Sebastian