Re: Simultaneous GET and POST data

2003-02-12 Thread Serguei Trouchelle
Rob Lambden wrote: I found that posting to a page with a query string using CGI.pm parse the args *never* gave me the query string arguments. CGI.pm 2.89 always give arguments. -- Serguei Trouchelle http://www.isd.dp.ua/

Re: Simultaneous GET and POST data

2003-02-12 Thread Rob Lambden
>Is this behavior with CGI.pm sporadic? It only happens once every few hundred >(maybe thousand) requests of a certain page. I found that posting to a page with a query string using CGI.pm parse the args *never* gave me the query string arguments. Using Apache::Request it now seems to *always*

Re: Simultaneous GET and POST data

2003-02-12 Thread Stathy G. Touloumis
I recently changed form handling and got bitten by query strings. My previous code used CGI.pm to parse the arguments (but not to run my scripts). When I changed to use Apache::Request to parse the arguments I found that I was seeing both the query string arguments and the posted argumnets. I

Re: Simultaneous GET and POST data

2003-02-12 Thread Rob Lambden
Stathy Touloumis wrote: >Has anyone experienced issues with retrieving data when POSTed by a form >whith an action parameter that has a query string attached to it? On rare >occasion it seems that the posted data is not available. I recently changed form handling and got bitten by query strings

Re: Simultaneous GET and POST data

2003-02-11 Thread Serguei Trouchelle
Stathy G. Touloumis wrote: Has anyone experienced issues with retrieving data when POSTed by a form whith an action parameter that has a query string attached to it? On rare occasion it seems that the posted data is not available. Do you use CGI.pm? In versions from 2.xx (81?) up to 2.89 this

Simultaneous GET and POST data

2003-02-11 Thread Stathy G. Touloumis
Has anyone experienced issues with retrieving data when POSTed by a form whith an action parameter that has a query string attached to it? On rare occasion it seems that the posted data is not available. Apache/1.3.22 (Unix) mod_perl/1.26 mod_ssl/2.8.5 OpenSSL/0.9.6b Mason 1.04 Template Toolki