Relative URLs

2014-10-30 Thread George Christman
How do I get Tapestry to use relative urls rather than Absolute? My apps are hosted behind reverse proxies and load balancers which forward all http and https request off as http over 80 to the app servers. Thanks.

Re: Relative URLs

2014-10-30 Thread Chris Mylonas
+1100, George Christman gchrist...@cardaddy.com wrote: How do I get Tapestry to use relative urls rather than Absolute? My apps are hosted behind reverse proxies and load balancers which forward all http and https request off as http over 80 to the app servers. Thanks

Re: Relative URLs

2014-10-30 Thread George Christman
: How do I get Tapestry to use relative urls rather than Absolute? My apps are hosted behind reverse proxies and load balancers which forward all http and https request off as http over 80 to the app servers. Thanks

How do I maintain relative URLs in SSL

2013-12-20 Thread George Christman
Hello, we are trying to avoid the use of secure and have our server manage ssl. The problem we are running into is whenever we run on 8443, tapestry builds a full url with http as the schema. How do I force the application to only use relative URLs and never use full URLs? I'm using 5.3.7

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread Thiago H de Paula Figueiredo
builds a full url with http as the schema. How do I force the application to only use relative URLs and never use full URLs? I'm using 5.3.7 Thanks -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread George Christman
builds a full url with http as the schema. How do I force the application to only use relative URLs and never use full URLs? I'm using 5.3.7 Thanks -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and developer http://machina.com.br

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread Thiago H de Paula Figueiredo
On Fri, 20 Dec 2013 14:46:23 -0200, George Christman gchrist...@cardaddy.com wrote: All set, thank you Thiago. I'm just curious why the default BaseUrl isn't empty, or at least an option in the application defaults to use empty BaseUrl's? This ended up leading to a lot of time and

[T5 5.0.8] relative urls for sorting table headers

2008-01-15 Thread Moritz Gmelin
Hi, I have tried switching to 5.0.8-SNAPSHOT and discovered some strange behaviour with the newly stripped image urls. In some grids that are displayed in pages that are in sub-packages, the sortable icon is references like this img alt=[Sortable] class=t-sort-icon id=von:sort src=assets/

Re: [T5 5.0.8] relative urls for sorting table headers

2008-01-15 Thread Robert Zeigler
Recently introduced is a work in progress at optimizing generated urls... using relative urls when those are shorter. Like you, I'm finding that it's still a work in progress. You can turn it off, though, by going into your AppModule and doing: public static void contributeApplicationDefaults