in reply to Re^3: Apache::Registry and redirection
in thread Apache::Registry and redirection

Ok I figured it out... the trick is to update $r->args before calling CGI::initialize_globals and then do the internal_redirect after all that is done.

Thanks for the help :-)