That's probably a question for the libapreq list. I know that for me
this was a really annoying thing to have to work around when porting to
MP2.  the other thing that changed in apreq is that @params =
$req->param() will now return (a, b, b)  for the query string
"?a=1&b=1&b=2" instead of  (a, b).  That mangled a few things on me.

To get around not being able to do $req->param('a' => 'something else'),
i ended up parsing the whole param structure out into a datastructure
that i could modify if i needed to, which isn't a very nice way to
handle it unfourtunately.

Adam

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 9:51 AM
To: modperl@perl.apache.org
Subject: set request params

as i see there is no way to set request parameter in mod_perl2
is there any chance this could happen in near future releases?

Reply via email to