On Fri, Sep 12, 2008 at 12:31 PM, Ross <[EMAIL PROTECTED]> wrote:

>
> Sorry, Julian, I misunderstood what you wrote. I see the Django HTML
> escaping doesn't change the '+' symbol, which makes this even more
> confusing... Even more strangely, this only happens intermittently.
>

I'd guess this is only happening when you are, in fact, getting redirected
via APPEND_SLASH or something like that.  No part of a normal response tells
the browser what to put in the address bar, so I don't see how anything done
by render_to_response could be involved here.

What, exactly, is the problem with having the + percent-encoded in the URL?
Is it that it might be confusing to users or is there an actual failure to
route urls correctly once this has happened?

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to