[Zope] Zope Requests - POST vs. GET
Tino Wildenhain
tino at wildenhain.de
Mon Dec 15 08:36:56 EST 2003
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
More information about the Zope
mailing list