Changes between Initial Version and Version 1 of Ticket #19772, comment 8
- Timestamp:
- May 13, 2013, 10:29:06 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19772, comment 8
initial v1 5 5 - on request /download.htm becomes /download.htm/ because of APPEND_SLASH = True 6 6 - RedirectFallbackMiddleware cannot find /download.htm/ in old_path because of this ticket's change. If I pull the code from before, it works. 7 8 My current workaround is just to add the slash in the created redirect, because the middleware doesn't try without it anymore.