Opened 4 years ago
Last modified 4 years ago
#32754 closed Bug
catch_all_view() does not support FORCE_SCRIPT_NAME. — at Version 2
| 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 (2)
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) |
|---|
Note:
See TracTickets
for help on using tickets.
Thanks for the report, good catch! Bug in ba31b0103442ac891fb3cb98f316781254e366c3.