Jim Gallacher wrote:

Using an internal_redirect messes with some of these attributes but not others. Those that change get their new values from the new_uri used in the redirect. Unchanged values are from the initial request.

req.internal_redirect(new_uri)

the_request        unchanged
unparsed_uri       new
parsed_uri         new
args               new
uri                unchanged
                     ^^^^^^^^^
  uri                new (oops - wee typo there)

hostname           unchanged

Regards,
Jim


Reply via email to