On 12 May 2011, at 10:29, <[email protected]> <[email protected]
> wrote:
All the above work correctly, with the exception of '/pod/*' which
dispatches
as if it were '/*/*'.
My understanding is that the most specific should be chosen first,
so '/pod/*'
should be chosen in preference to '/*/*'?
This will happen if you have multiple possible chained matches.
However you have one set of chained matches, and one set of Path
matches - so the result is pretty undefined.
I'd recommend you change your pod controller over to also use Chained,
then I think you'll find things more likely to work as you expect.
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/