Changes between Initial Version and Version 1 of Ticket #28473, comment 4


Ignore:
Timestamp:
May 20, 2026, 8:00:43 AM (26 hours ago)
Author:
Sniom

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28473, comment 4

    initial v1  
    88I had to modify `SECURE_REDIRECT_EXEMPT` to `[r"^some_script_name/exempt1$", r"^some_script_name/exempt2$"]`
    99
    10 Seems to me using `request.path_info` rather than `request.path` would do the trick.
     10Seems to me that using `request.path_info` rather than `request.path` would do the trick.
    1111But changing that would break existing sites using `SCRIPT_NAME` + `SECURE_REDIRECT_EXEMPT`
    1212
Back to Top