You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as there are spaces in the PATH_INFO variable, the proxy sends two requests instead of one and those requests seem to be completely broken. I could not figure out why exactly it does that but a workaround seems to be to requote PATH_INFO, e.g.:
As soon as there are spaces in the PATH_INFO variable, the proxy sends two requests instead of one and those requests seem to be completely broken. I could not figure out why exactly it does that but a workaround seems to be to requote PATH_INFO, e.g.:
And this is also what the paste project proxy does: http://svn.pythonpaste.org/Paste/tags/1.4.2/paste/proxy.py in line 91
The text was updated successfully, but these errors were encountered: