15 Dec
2003
15 Dec
'03
1:36 p.m.
Hi Andreas, Andreas Jung schrieb:
This a single REQUEST is either a POST or GET request there is no need for this separation IMO. Everything's in the REQUEST.
Thats not entirely true. Sadly there is a design flaw in cgi.py which ignores GET variables still present when doing POST. The whole lib is a bit ugly so its not easy to fix it. And its even worser to fix if you want to achieve compatibility with current implementations. Should variables be merget? Get variables before POST or vice versa? Regards Tino