Author: adrian
Date: 2011-12-30 13:13:53 -0800 (Fri, 30 Dec 2011)
New Revision: 17313

Modified:
   django/trunk/docs/releases/1.4.txt
Log:
Added a bit to the 1.4 release notes about the new SECURE_PROXY_SSL_HEADER 
setting

Modified: django/trunk/docs/releases/1.4.txt
===================================================================
--- django/trunk/docs/releases/1.4.txt  2011-12-30 21:13:08 UTC (rev 17312)
+++ django/trunk/docs/releases/1.4.txt  2011-12-30 21:13:53 UTC (rev 17313)
@@ -515,6 +515,11 @@
 
 * The :ttag:`if` template tag now supports ``{% elif %}`` clauses.
 
+* If your Django app is behind a proxy, you might find the new
+  :setting:`SECURE_PROXY_SSL_HEADER` setting useful. It solves the problem of 
your
+  proxy "eating" the fact that a request came in via HTTPS. But only use this
+  setting if you know what you're doing.
+
 * A new, plain-text, version of the HTTP 500 status code internal error page
   served when :setting:`DEBUG` is ``True`` is now sent to the client when
   Django detects that the request has originated in JavaScript code.

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

Reply via email to