Hi guys,

I am experienced some trouble when using the "accounts/login" next
redirection that involves more than one query string.  For some
reason, the redirected url is truncate and only seems to pick up the
first query string.

For example, both of the following:

accounts/login/?next=/post/add/?s=3&c=54
accounts/login/?next=/post/add/%3Fs%3D6%26c%3D54

would redirect to /post/add/?s=6 upon a valid login.  What I really
want is to have it redirect to /post/add/?s=6&c=54

I can possibly remap my url to get this working, but I'm afraid there
might be cases down the road involving complex query strings that url
redirect wouldn't cut it.  Any thoughts will be greatly appreciated.

Aaron

Using the django rev 8696

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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