Hi Everyone, I'm using dancer for a web project and really like it so far. Problem is, I sometimes use // instead of / in a request path, and dancer seems not to like it.
For example, the path: http://www.myserver.com/home works well, but http://www.myserver.com//home fails. I can work around this by having all my routes use a regexp (such as get qr{ /+home }) but I was wondering if there's a better way. Thanks in advance and have a great weekend. Ynon
_______________________________________________ Perl mailing list Perl@perl.org.il http://mail.perl.org.il/mailman/listinfo/perl