#32754 closed Bug (fixed)
catch_all_view() does not support FORCE_SCRIPT_NAME.
Description (last modified by ) ¶
catch_all_view
returns redirect to '%s/' % request.path_info
(script name cut off there) instead of '%s/' % request.path
(with the script name)
Change History (6)
comment:1 by , 4 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Severity: | Normal → Release blocker |
Status: | new → assigned |
Summary: | catch_all_view from admin does not support FORCE_SCRIPT_NAME → catch_all_view() does not support FORCE_SCRIPT_NAME. |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:4 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Thanks for the report, good catch! Bug in ba31b0103442ac891fb3cb98f316781254e366c3.