-
Committer:
mattgiuca
-
Date:
2008-06-16 06:22:45 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:773
cgirequest.py: Fixed req.path attribute, so it now DOES NOT include the
query string part of the URI.
(This is now consistent with the non-jail req.path. Access to the query
string is done through req.get_fieldstorage).
NOTE: This may break code which tries to access the query string directly.
However all code should be using get_fieldstorage.
scripts/diffservice: Refactor so it's properly using the CGIRequest object
rather than directly writing to CGI output and parsing query string.
(Otherwise this code would have been broken by the above change).
Now uses the request object and fieldstorage for input and output.