Hello all,
cgi.param(x) seems to have disappeared somewhere between 1.6.7 and 1.6.8.
I had some trouble with cgi.params[x] having stale values under mod_ruby,
so I wonder where and why the method might have gone?
greetings,
Sven
Hello all,
cgi.param(x) seems to have disappeared somewhere between 1.6.7 and 1.6.8.
I had some trouble with cgi.params[x] having stale values under mod_ruby,
so I wonder where and why the method might have gone?
greetings,
Sven
Hello,
On Fri, Dec 27, 2002 at 10:52:21PM +0900, Sven Engelhardt wrote:
cgi.param(x) seems to have disappeared somewhere between 1.6.7 and 1.6.8.
I had some trouble with cgi.params having stale values under mod_ruby,
so I wonder where and why the method might have gone?
CGI#param() was undocumented method.
But, I wrote it this ML… Sorry, I may have been hasty.
By the way, What kind of trouble is it?
cgi.param(key) is equal cgi.params[key].join(“\0”)
so, If cgi.params[key] has stale values then cgi.param(key) too.
–
Wakou Aoyama wakou@ruby-lang.org