I see that several years ago there was once a macro that created a regex dispatcher and passed its group matches to the handler as arguments. It seems to have disappeared, but I found a copy here: http://cl-debian.alioth.debian.org/repository/moved-to-pkg-common-lisp/tbnl-...
Does anyone know if this work with Hunchentoot 1.0? Was it judged not useful enough to include in the official release? I know it's not strictly necessary since you've still got access to the url path in the handler, but it does seem like a tidy convenience...
Thanks Eric
Eric Abrahamsen wrote:
I see that several years ago there was once a macro that created a regex dispatcher and passed its group matches to the handler as arguments. It seems to have disappeared, but I found a copy here: http://cl-debian.alioth.debian.org/repository/moved-to-pkg-common-lisp/tbnl-...
Does anyone know if this work with Hunchentoot 1.0?
It looks like it would.
Was it judged not useful enough to include in the official release? I know it's not strictly necessary since you've still got access to the url path in the handler, but it does seem like a tidy convenience...
I don't know what the policies for including convenience stuff are, but it's neat indeed.
Leslie
On Mon, Aug 10, 2009 at 9:36 AM, Leslie P. Polzersky@viridian-project.de wrote:
I don't know what the policies for including convenience stuff are
I removed the "contrib" directory a while ago already because I didn't want to maintain it. If someone wants to host additions like this in a separate repository, I'd be happy to add a link to it from the Hunchentoot website, though.
Cheers, Edi.
On Aug 10, 2009, at 5:54 PM, Edi Weitz wrote:
On Mon, Aug 10, 2009 at 9:36 AM, Leslie P. Polzersky@viridian-project.de wrote:
I don't know what the policies for including convenience stuff are
I removed the "contrib" directory a while ago already because I didn't want to maintain it. If someone wants to host additions like this in a separate repository, I'd be happy to add a link to it from the Hunchentoot website, though.
If there are many of these ex-Contrib additions floating around the web, that seems like a good idea. Otherwise this particular macro wasn't hard to google...
Eric
Cheers, Edi.
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel