durusmail: quixote-users: Bug in form2.form?
Bug in form2.form?
2004-10-03
Bug in form2.form? NOPE!
2004-10-04
[PATCH] to medusa_http.py (Was Bug in form2.form? NOPE!)
2004-10-04
2004-10-04
2004-10-04
2004-10-04
Bug in form2.form?
Neil Schemenauer
2004-10-04
On Sun, Oct 03, 2004 at 03:34:05PM -0500, Jason Sibre wrote:
> I'm pretty sure that no matter which web server you're using,
> request.get_path() is going to return the requested url verbatim
> (i.e. not unquoted)

No, it is supposed to be unquoted.  Doing it the other way would be
more trouble.  For example, a client may send '/foo' as the path or
it may send '%2f%66%6f%6f'.  The server needs to treat them the same
and so it is best to have the path in a canonical form.  Unquoted is
most logical.

IOW, I'm pretty sure this is a Medusa bug or a bug in the Medusa
parts of Quixote.

  Neil

reply