[hunchentoot-devel] Strange condition during error handling (possible double error?)
Edi Weitz
edi at agharta.de
Sat May 10 21:12:18 UTC 2008
On Sat, 10 May 2008 22:53:34 +0200, "Tomasz Skutnik" <tomasz.skutnik at gmail.com> wrote:
> Can someone tell me what am I doing wrong?
In your method you're trying to unconditionally access the *REQUEST*
variable which is only guaranteed to be bound to the current request
object while a handler is executed. In fact, the errors you're trying
to deal with happen before a request object is created.
Edi.
More information about the Tbnl-devel
mailing list