Edi Weitz wrote:
At the handler level it wouldn't be possible. Right now, I don't think a special variable would buy you more flexibility given the Hunchentoot architecture. But I've been wrong before... :)
FWIW in Weblocks we have settled down to a scheme that's similar to the one that used to be in Hunchentoot 0. Our API lets the developer decide whether he wants to have the debugger invoked or rather have the error handled by an error page.
In another application (a command-line tool) we have three choices: invoke debugger, exit with error, exit after printing backtrace.
Leslie