Re: Change in cgi module's handling of POST requests

2009-02-13 Thread Paul Boddie
On 13 Feb, 11:58, "Gabriel Genellina" wrote: > > I noticed this change in behaviour too, and indeed, it is due to   > http://bugs.python.org/issue1817 > But I could not find any RFC/standard/reccomendation/whatever that clearly   > states *what* should happen with a POST request directed to an URI

Re: Change in cgi module's handling of POST requests

2009-02-13 Thread Gabriel Genellina
En Fri, 13 Feb 2009 02:43:48 -0200, Bob Kline escribió: Joshua Kugler wrote: We just upgraded Python to 2.6 on some of our servers and a number of our CGI scripts broke because the cgi module has changed the way it handles POST requests. When the 'action' attribute was not present in the

Re: Change in cgi module's handling of POST requests

2009-02-12 Thread Bob Kline
Joshua Kugler wrote: We just upgraded Python to 2.6 on some of our servers and a number of our CGI scripts broke because the cgi module has changed the way it handles POST requests. When the 'action' attribute was not present in the form element on an HTML page the module behaved as if the valu

Re: Change in cgi module's handling of POST requests

2009-02-12 Thread Joshua Kugler
Bob Kline wrote: > [Didn't realize the mirror didn't work both ways] > > We just upgraded Python to 2.6 on some of our servers and a number of our > CGI scripts broke because the cgi module has changed the way it handles > POST requests. > When the 'action' attribute was not present in the form

Change in cgi module's handling of POST requests

2009-02-10 Thread Bob Kline
[Didn't realize the mirror didn't work both ways] We just upgraded Python to 2.6 on some of our servers and a number of our CGI scripts broke because the cgi module has changed the way it handles POST requests. When the 'action' attribute was not present in the form element on an HTML page th