Yes, it means all this extra traffic.  But is the cost worth the benefit?

The goal is to get the browser to have a good URL, one that could be
"reloaded" or "back"ed without fuss and bother.  If we are customizing, or
doing other things that use a different url, and want to switch back to the
portal, we could internaly redirect things so that we respond to an action=
sort of URL with the same response as the /portal one, but then the browser
will be confused if the user hits reload.

A cool solution that lets us send whatever HTML we want AND fix the
browser's URL so that a refresh or back button would get this HTML again,
would be to internally route the request where we want it (somehow), and
then as part of the HTTP headers, tell the browser that, in effect, here's
the *real* URL that goes with the response, forget what the request URL
was... I wonder if there's a way in HTTP to do this?

- Glenn
 
--------------------------------------------
Glenn R. Golden, Systems Research Programmer
University of Michigan School of Information
[EMAIL PROTECTED]               734-615-1419
http://www-personal.si.umich.edu/~ggolden/
--------------------------------------------


> -----Original Message-----
> From: Chris Kimpton [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, March 26, 2002 3:01 AM
> To: Jetspeed Developers List
> Subject: Re: Turbine - Jetspeed interaction problems
> 
> 
> Hi,
> 
> --- Glenn Golden <[EMAIL PROTECTED]> wrote:
> > Comment:  I *really* like the idea of being able to use a 
> redirect in 
> > an action to end a customization to get the browser URL 
> back to a good
> > URL.
> > 
> 
> My tuppence worth - I don't like this - it means going back to the
> client browser, and telling it that it needs to get to another page
> and it then comes in with another request for the other page.  I
> guess it will probably come in the same "keep-alive" session - but it
> is still network traffic.... sloooowwww...
> 
> Chris
> 
> =====
> http://www.soccer2002.org.uk - join in and win CA$H!
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards(r)
> http://movies.yahoo.com/
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to