mirror of
https://github.com/ansible/awx.git
synced 2026-04-19 17:00:20 -02:30
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/.