Opened 3 years ago

Last modified 3 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 SlavaSkvortsov)

catch_all_view returns redirect to '%s/' % request.path_info (script name cut off there) instead of '%s/' % request.path (with the script name)

Patch - https://github.com/django/django/pull/14404

Change History (2)

comment:1 by Mariusz Felisiak, 3 years ago

Cc: Jon Dufresne added
Owner: changed from nobody to SlavaSkvortsov
Severity: NormalRelease blocker
Status: newassigned
Summary: catch_all_view from admin does not support FORCE_SCRIPT_NAMEcatch_all_view() does not support FORCE_SCRIPT_NAME.
Triage Stage: UnreviewedAccepted

Thanks for the report, good catch! Bug in ba31b0103442ac891fb3cb98f316781254e366c3.

comment:2 by SlavaSkvortsov, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top