[Bese-devel] (defentry-point "a regular expression"
Drew Crampsie
drewc at tech.coop
Fri Oct 14 15:32:18 UTC 2005
Marco Baringer wrote:
> i need to setup some entrypoints which mathes urls defined by a
> regular expression like "/catalog/\d+/shipping". i could put this in a
> url parameter, but due to non-technical requrimentes i can't, and i
> think it makes for a pretty cool (and usefull) extension.
>
> the change itself is fairly trivial and requires only a change to the
> find-entry-point method. there are two different ways to implement
> this:
>
> 1) builtin standard ucw feature. this means i'll change the method
> defined on standard-application and ucw will new gain a new
> dependency (cl-ppcre).
I'm all for (1) as well, all my images include cl-ppcre as it is. Also,
it's very cool and should be part of ucw proper :).
drewc
> 2) a custom application (ala the cookie-session-app). this has the
> advantage that users who don't want this feature needn't download
> and bother with cl-ppcre but means that users who do want it may
> not find it since the examples won't mention it.
>
> preferences?
>
More information about the bese-devel
mailing list