Thanks Ard, http-equiv="refresh" does what I need ... Raffaele

> > > but I really need a client-side redirect to the relative
> > URI /auth/logout.
> > > Does it help if I would use a Flow script to do the redirect!
> 
> quick and dirty solurion that always works: send an html page to the
> client which only contains a meta-refresh. I know, it is not the most
> elegant way, but really a solid solution, also working after
> mod_cache/squid/company proxies:
> 
> <html>
> <meta http-equiv="refresh" content="0;url=/foo/bar"/>
> </html?
> 
> Ard
> 
> >
> > I'd rather use an input module to build the URI, like in:
> > <map:redirect-to
> > uri="http://{request:serverName}:{request:serverPort}/{global:
> > app-root}/foo.html"/>
> > (this is just to give you the idea).
> >
> > There are inputmodules that parse and let you use portions of the
> > request URI in your sitemap, just look at the samples.
> >
> > Regards,
> >
> > --------------------
> >     Luca Morandini
> > www.lucamorandini.it
> > --------------------
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to