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
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
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
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
[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