Thanks Guys, it actually ended up being much simpler, I just needed to
specify HOSTPORT_SECURE in my config as port 443 and and HOSTPORT as 80.
This seems to have resolved my problem.
On Tue, Jul 2, 2013 at 5:42 PM, Kalle Korhonen
wrote:
> Or, just provide values for the HOST* symbols, see
>
> ht
Or, just provide values for the HOST* symbols, see
http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/BaseURLSource.html.
Also, make sure to configure your servlet container properly. Without any
other information, Tapestry uses the values from the request which may not
be wha
You probably need to override BaseURLSource like it shows at the bottom of this
page:
http://tapestry.apache.org/https.html
On Jul 2, 2013, at 11:21 AM, George Christman wrote:
> Hello, I have an app that runs on a secure intranet using the following
> configuration,
>
> configuration.add(Meta
Hello, I have an app that runs on a secure intranet using the following
configuration,
configuration.add(MetaDataConstants.SECURE_PAGE, "true");
When the user adds https to the domain, tapestry generates the following
actionlink which works perfectly.
/eprs/login.usernotice
However, when a user