classification
Title: cgi.fieldStorage doesn't grok standards env. variables
Type: feature request Stage: test needed
Components: Library (Lib) Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: nimbustier (1)
Priority: normal Keywords easy

Created on 2004-02-19 09:09 by nimbustier, last changed 2009-04-22 17:17 by ajaksu2.

Messages (1)
msg60464 - (view) Author: Dominique Hazaƫl-Massieux (nimbustier) Date: 2004-02-19 09:09
The cgi.FieldStorage object has a headers property,
defined as:

"headers         : header dictionary-like object; default:
    taken from environ as per CGI spec"

But the CGI Spec gives a list of well-known environment
variables, plus a generic method to read environment
variables (those starting with HTTP_), that are *not*
read and parsred in this dictionary.
http://hoohoo.ncsa.uiuc.edu/cgi/env.html

History
Date User Action Args
2009-04-22 17:17:51ajaksu2setkeywords: + easy
2009-02-14 11:34:34ajaksu2setstage: test needed
type: feature request
versions: + Python 2.7, - Python 2.3
2004-02-19 09:09:24nimbustiercreate