[hunchentoot-devel] developing in hunchentoot

Edi Weitz edi at agharta.de
Tue Mar 10 09:28:41 UTC 2009


On Tue, Mar 10, 2009 at 7:53 AM, Eric Abrahamsen <girzel at gmail.com> wrote:
> Most often, I'm redefining an existing handler (to
> expand or correct it) and would rather overwrite that handler with its
> new version, rather than adding a new entry. I'm finding it awkward to
> modify my macro so that it checks for an existing handler with that
> function name and overwrites it – more importantly I'm not certain
> this is the best way to do it.

DEFINE-EASY-HANDLER should overwrite existing handlers of the same
name (or if they have the same - EQUAL - URI part).  If it doesn't do
that, it's a bug.

Edi.




More information about the Tbnl-devel mailing list