Thanks Vladimir for your reply, do you mean that your custom servlet filter filters outgoing html converting jetspeed absolute to relative urls and also filters incoming http requests converting relative to absolute urls?
Isn't there any easiest way of doing that like defining a property in TurbineResorce or JetspeedResource files? I've been looking for it without any luck... In layout files like jetspeed-tab.vm navigation links are displayed calling $tab.Link which produce absolute urls. Is there any reason for that? How is it possible to change this behaviour? Thanks again Carlo -----Original Message----- From: Vladimir Figurov [mailto:[EMAIL PROTECTED] Sent: 23 August 2004 12:57 To: Jetspeed Users List Subject: Re: relative links in portlet controllers navigation. Hi I make a additional servlet-filter for parsing outing html before response and converting relative url to absolute url Carlo Pascoli wrote: >Hi all, >I would like to know how it's possible to get relative urls in jetspeed >navigation instead of absolute urls that jetspeed builds. >My server stands behind a proxy hence it's not directly accessible from the >internet and the absolute urls that jetspeed builds for the navigation are >not usable. >Changing the html base ref doesn't help, is there a way to avoid jetspeed >building absulute urls in the portlet controller navigation? >I very urgently need to fix this isssue. >Thanks in anvance for a reply. > >Carlo > > > > >--------------------------------------------------------------------- >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]
