Jim Gallacher writes:
> 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

Jim,

Really, I don't mean to be obtuse, but I'm not groking your point.
Are you clarifying that for internal redirects the *source* for these
attributes is different than what I was saying in my documentation or
is there something more subtle than that?

Are you suggesting a change or is this academic?

Slow, but sure,

Daniel Popowich
---------------
http://home.comcast.net/~d.popowich/mpservlets/

Reply via email to