[cgiapp] Dispatching both 'login' and 'login/*' to the same app?

Michael Peters mpeters at plusthree.com
Wed Feb 25 08:01:58 EST 2009


Clayton Scott wrote:

> I want want both '/login' and '/login/*' to go to the same App but I
> can't see how to do it
> short of overriding _parse_path in a sub-class.
> 
> In my table I've tried using the key 'login', 'login*', 'login/*' but
> one will always fail to match
> one or the other.

I would think that just using 'login' would work. Can you post the output of the 
debug log when run with debug => 1?

-- 
Michael Peters
Plus Three, LP



More information about the cgiapp mailing list