------------------------------------------------------------
revno: 1737
fixes bug: https://launchpad.net/bugs/1744739
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Sat 2018-01-27 17:45:22 -0800
message:
  Added more environment variables to those passed to CGIs.
modified:
  NEWS
  src/common.c


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS'
--- NEWS	2018-01-21 20:55:14 +0000
+++ NEWS	2018-01-28 01:45:22 +0000
@@ -26,6 +26,9 @@
 
   Bug fixes and other patches
 
+    - Added a few more environment variables to the list of those passed
+      to CGIs to support an nginx/uwsgi configuration.  (LP #1744739)
+
     - Mailman 2.1.22 introduced a Python 2.7 dependency that could affect
       bin/arch processing a message without a valid Date: header.  The
       dependency has been removed.  (LP: #1740543)

=== modified file 'src/common.c'
--- src/common.c	2017-07-21 16:16:33 +0000
+++ src/common.c	2018-01-28 01:45:22 +0000
@@ -192,6 +192,12 @@
         "SERVER_NAME=",
         "SERVER_PORT=",
         "USER=",
+        "CONTENT_LENGTH=",
+        "DOCUMENT_ROOT=",
+        "SERVER_PROTOCOL=",
+        "REQUEST_SCHEME=",
+        "HTTPS=",
+        "REMOTE_PORT=",
         NULL
 };
 

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to