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

2009-02-26 Thread Michael Peters
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

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

2009-02-24 Thread Clayton Scott
First off, thanks everyone for the work on CGI::Application and CGI::Application::Dispatch. I love working with them. Here is my issue: 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 tri