You can set the following symbols in your AppModule:
SymbolConstants.HOSTNAME
SymbolConstants.HOSTPORT
SymbolConstants.HOSTPORT_SECURE
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Redirect-After-Post-goes-to-wrong-https-port-tp5714185p5714189.html
Sent from the Tapestry
See "Base URL Support" at the page http://tapestry.apache.org/https.html
regards
Sigbjørn Tvedt
On 29 June 2012 16:49, Yohan Yudanara wrote:
> Hi..
>
> I'm running tapestry on jetty using port 8080.
> I also have httpd in front of jetty which use SSL port 8443.
> I'm using mod proxy to pass
On Fri, 29 Jun 2012 11:49:26 -0300, Yohan Yudanara
wrote:
Hi..
Hi!
Is there a way to configure tapestry https port?
Override the BaseURLSource service.
--
Thiago H. de Paula Figueiredo
-
To unsubscribe, e-mail: users-
Hi..
I'm running tapestry on jetty using port 8080.
I also have httpd in front of jetty which use SSL port 8443.
I'm using mod proxy to pass SSL request on port 8443 into jetty.
If I type page url on browser address bar, everything is fine.
Pagelink component also works fine.
But when I submit fo