Task #1242
Story #1241: Support URL without trailing slash for MN root
Support URL without trailing slash for MN root
Start date:
2011-01-19
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
This URL currently does not work:
But this one does:
Trailing slashes are supported for all other URLs.
History
#1 Updated by Roger Dahl almost 14 years ago
- Status changed from New to Closed
- Target version set to Sprint-2011.03
# Django ticket: http://code.djangoproject.com/ticket/12083. This is a hack # that is applied when the root of the app is requested without a trailing # backslash through Apache. Without this, Django 1.1.1 raises a KeyError # exception. The workaround was found by comparing working and non-working # requests. It should be removed for Django 1.2.