supernova15 / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Review whether % should be allows in HTTP header names when converted to WSGI environ keys. #282

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See discussion in:

https://groups.google.com/forum/?fromgroups=#!searchin/modwsgi/utf-8$20in$20head
ers/modwsgi/Z2tCciIbwfc/overview

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 17 Nov 2012 at 9:22

GoogleCodeExporter commented 8 years ago
Definitely not doing. Header names now are even more strictly enforced and have 
to be alpha numeric or '-' only to avoid header name spoofing issues. This is 
done by Apache 2.4 and can't be overridden, and mod_wsgi is now doing it for 
Apache 2.2.

Original comment by Graham.Dumpleton@gmail.com on 12 Nov 2014 at 10:44