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 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 confusion. You cannot defin

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread George Christman
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 confusion. On Fri, Dec 20, 2013 at 11:07 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wr

Re: How do I maintain relative URLs in SSL

2013-12-20 Thread Thiago H de Paula Figueiredo
Override BaseURLService and do this logic yourself. On Fri, 20 Dec 2013 13:27:28 -0200, George Christman wrote: 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

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 Thanks