On Tue, Feb 3, 2015 at 2:50 PM, Warren Young <[email protected]> wrote: > This is broken, IMHO, as it violates the expectations of anyone coming from a > world where URL components are matched the same way as static files. That is > to say: > > http://example.com/foo > > and > > http://example.com/foo/ > > will both serve $DocumentRoot/foo/index.{html,php,asp,whatever}.
No, typically the former will just redirect to the latter. If you don't, the base url for relative links will be wrong. That's why Gabor is IIUC suggesting doing the redirect automatically (I would hope with a way to override it). _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
