After further review, the problem was CGI.pm. CGI.pm doesn't appear to get 'reset' on an internal_redirect (I'm not familiar with CGI's support for mod_perl, so maybe this should have been obvious!) so it was still holding the old parameter values. A quick install of Apache::Request and a call to $r->param('task') give much better results. CGI was a remnant from our pre-mod_perl days and I've been meaning to get rid of it for a while. Thanks, Fran
- Easy internal redirect question FFabrizio
- Re: Easy internal redirect question Geoffrey Young
- RE: Easy internal redirect question FFabrizio
- Re: Easy internal redirect question Geoffrey Young
- FFabrizio