Re: URL Rewriter to support rewriting port

2010-02-22 Thread Andreas Andreou
even better then :) On Mon, Feb 22, 2010 at 19:54, Thiago H. de Paula Figueiredo wrote: > On Mon, 22 Feb 2010 14:46:38 -0300, Andreas Andreou > wrote: > >> or write a filter that is chained before Tapestry's and decorates the >> httpServletRequest >> in order to provide customized values (which

Re: URL Rewriter to support rewriting port

2010-02-22 Thread Thiago H. de Paula Figueiredo
On Mon, 22 Feb 2010 14:46:38 -0300, Andreas Andreou wrote: or write a filter that is chained before Tapestry's and decorates the httpServletRequest in order to provide customized values (which i think is a common practice for stuff like stripping out jsessionids from urls, or when tomcats are

Re: URL Rewriter to support rewriting port

2010-02-22 Thread Andreas Andreou
or write a filter that is chained before Tapestry's and decorates the httpServletRequest in order to provide customized values (which i think is a common practice for stuff like stripping out jsessionids from urls, or when tomcats are behind proxies, e.t.c.) On Mon, Feb 22, 2010 at 19:21, Thiago H

Re: URL Rewriter to support rewriting port

2010-02-22 Thread Thiago H. de Paula Figueiredo
On Mon, 22 Feb 2010 14:08:38 -0300, Vassilis Bekiaris wrote: Hi all, Hi! Could you please advise if there is any way to achieve rewriting the port in Tapestry as is or should I file a bug on the issue? Please file a bug. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapes

URL Rewriter to support rewriting port

2010-02-22 Thread Vassilis Bekiaris
Hi all, I am using Tapestry 5.1.0.5 for a facebook application (which means that the Tapestry application is rendered within an iframe provided by facebook). Facebook applications have URLs of the form: http://apps.facebook.com/appName Facebook will adjust the iframe source attribute so that