Re: set request params

2007-09-28 Thread Jeff Pang
2007/9/28, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > as i see there is no way to set request parameter in mod_perl2 You can rewrite an url using mp2's PerlTransHandler. This is the sample code from book mp2 user's guide. If the URI: http://example.com/news/20021031/09/index.html is now handled by:

Re: set request params

2007-09-28 Thread Perrin Harkins
On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > as i see there is no way to set request parameter in mod_perl2 What makes you think that? You can set the query string in mod_perl2. You can also do things like create an input filter to alter parameters on their way in. - Perrin

RE: set request params

2007-09-28 Thread Adam Prime x443
ice 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?

set request params

2007-09-28 Thread martin
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?