Shane McDonald 0bca0fabaa Fix bug in named url middleware when running at non-root path
The most notable change here is the removal of the conditional in
process_request. I don't know why we were preferring REQUEST_URI over
PATH_INFO. When the app is running at /, they are always the same as far as I
can tell. However, when using SCRIPT_NAME, this was incorrectly setting path and
path_info to /myprefix/myprefix/.
2022-02-03 19:00:07 -05:00
..
2021-11-13 06:07:37 +00:00
2021-04-30 14:32:05 -04:00
2021-08-02 10:40:24 -04:00
2021-04-30 14:32:05 -04:00