Thursday, December 1, 2011

double trailing slash in url

I have a url spec like so:
(r'^foo/$', 'blah')

I just noted from our server logs that if someone mistakenly types two
slashes ('foo//'), the page
gets served, but all of the relative links are broken. It's really
confusing. I believe it should be redirecting or 404ing instead.

I note that foo/bar and foo/bar/ give 404.

I thought that ending in a $ would prevent this from matching.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment