On Sep 25, 7:12 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote:
> Jeffrey, can you test that patch on your enviroment and report back
> if it solves the problem so a ticket+patch can be created on Django Trac?.
I have tested this fix, and it appears to work perfectly here, passing
all redirection tests. I shortened the change a little to:
def is_secure(self):
return self.environ.get('wsgi.url_scheme') == 'https'
but the fix works both ways.
Thank you,
Jeffrey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---