Changeset 48
- Timestamp:
- 10/06/06 20:12:59 (2 years ago)
- Files:
-
- 1 modified
-
django/trunk/middleware/sslmiddleware.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
django/trunk/middleware/sslmiddleware.py
r47 r48 50 50 Django can't redirect to the %(protocol)s URL you requested while maintaining 51 51 POST data. Change your form to point to %(uri)s (dont't forget to specify the 52 %(protocol)s or remove the requested path from the HTTPS_PATHS tuple in the52 %(protocol)s) or remove the requested path from the HTTPS_PATHS tuple in the 53 53 project settings""" % {'uri': newurl, 'protocol': protocol.upper()} 54 54 return HttpResponseRedirect(newurl)