My patch will look at the environ and will prefer REQUEST_URI over PATH_INFO. At the same time it uses urlparse and ParseResult to edit the URL. If LADON_ROOT_PATH_INFO is present then it will prefix the path of the URL received by REQUEST_URI/PATH_INFO.
My only testing so far has been running the app inside of Django and standalone using uWSGI which hasn't caused any problems. I only filed the bug because it contained the original patch you had given me and that was problematic. Try it out with my sample project, posted in the Q&A.
Hi Jakob,
My patch will look at the environ and will prefer REQUEST_URI over PATH_INFO. At the same time it uses urlparse and ParseResult to edit the URL. If LADON_ROOT_ PATH_INFO is present then it will prefix the path of the URL received by REQUEST_ URI/PATH_ INFO.
My only testing so far has been running the app inside of Django and standalone using uWSGI which hasn't caused any problems. I only filed the bug because it contained the original patch you had given me and that was problematic. Try it out with my sample project, posted in the Q&A.