#32754 closed Bug (fixed)
catch_all_view() does not support FORCE_SCRIPT_NAME.
Reported by: | SlavaSkvortsov | Owned by: | SlavaSkvortsov |
---|---|---|---|
Component: | contrib.admin | Version: | 3.2 |
Severity: | Release blocker | Keywords: | FORCE_SCRIPT_NAME catch_all_view final_catch_all_view |
Cc: | Jon Dufresne | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 , 3 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.