#59 ✓invalid
Matt Todd

URLs need to be escaped

Reported by Matt Todd | August 21st, 2008 @ 11:58 AM | in Release 0.5.3

When performing a request on the URL like /foo/bar/%baz, it causes an EOFError to occur on the client side and no error on the server side. If this was escape, such as /foo/bar/%25baz it succeeds.

Comments and changes to this ticket

  • Matt Todd

    Matt Todd August 21st, 2008 @ 12:06 PM

    • State changed from “new” to “invalid”

    There's no way this can be resolved... it's more of a data-integrity thing... if you're passing in a % and not escaping it, and it dies, it's your fault (from what I can tell).

    I will keep my eyes open for elegant solutions, but there's no way that I can just escape the URIs you pass in to POST to, etc... the slashes will get escaped and then so long URL.

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Pages