[Medusa-dev] Small patch to move URI unquoting in http_server.py
Georg Bauer
gb at murphy.bofh.ms
Fri Apr 25 19:27:12 EDT 2003
Hi!
> On line 473 in http_server.py the request is unquoted. I would suggest
> that the unquoting is moved to AFTER the crack_request call, and that
> then a call to something like:
> uri = unquote_plus(uri)
> is done.
I think that's something I reported some time ago. I had the problem that URIs
that are passed in as parameters were unquoted and broken (due to the fact that
it's quoted & were unquoted and so paramters of a passed URI were used up as
parameters of the called URI).
bye, Georg
More information about the Medusa-dev
mailing list