[Dancer-users] more random bugs
Puneet Kishor
punk.kish at gmail.com
Wed Oct 12 19:52:06 CEST 2011
random, in other words, not easy to reproduce.
I have
get '/present/:page_name' => sub { .. };
followed by
get '/*?' => sub { .. };
Yet, from time to time, a regular web page, meant to be picked up the second route above, gets picked up by the first route, thereby sending the wrong html template.
As I said, I can't reliably reproduce it, but from time to time, when I load my web site at
http://punkish.org/The-Paradigm,-The-Framework,-and-The-Instantiation
(notice, no "present" in the path_info), I get the wrong template.
Please, please... my favorite Perl-thing, please don't turn buggy on me. I have close to a dozen apps riding on this, and I want it to be rock-solid-reliable.
Puneet.
More information about the Dancer-users
mailing list