diff CHANGES.txt @ 5629:8e3df461d316 maint-1.6

issue2551023: Fix CSRF headers for use with wsgi and cgi. The env variable array used - separators rather than _. Compare: HTTP_X-REQUESTED-WITH to HTTP_X_REQUESTED_WITH. The last is correct. Also fix roundup-server to produce the latter form. (Patch by Cédric Krier)
author John Rouillard <rouilj@ieee.org>
date Wed, 27 Feb 2019 21:47:39 -0500
parents cb288d043079
children ab37c1705dbf
line wrap: on
line diff
--- a/CHANGES.txt	Tue Feb 12 21:31:41 2019 -0500
+++ b/CHANGES.txt	Wed Feb 27 21:47:39 2019 -0500
@@ -22,6 +22,11 @@
 
 - issue2550994: avoid breakage caused by use of backports of Python 3
   configparser module to Python 2. (Joseph Myers)
+- issue2551023: Fix CSRF headers for use with wsgi and cgi. The
+  env variable array used - separators rather than _. Compare:
+  HTTP_X-REQUESTED-WITH to HTTP_X_REQUESTED_WITH. The last is
+  correct. Also fix roundup-server to produce the latter form. (Patch
+  by Cédric Krier, reviewed/applied John Rouillard.)
 
 
 2018-07-13 1.6.0

Roundup Issue Tracker: http://roundup-tracker.org/