You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by captain_rhino <gr...@axa-travel-insurance.com> on 2012/09/19 19:52:03 UTC

foward to https

using createPageRenderLinkWithContext appears to create a link with http. 
How do i change this to https?  

Thanks in advance.



--
View this message in context: http://tapestry.1045711.n5.nabble.com/foward-to-https-tp5716403.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: foward to https

Posted by Dusko Jovanovski <du...@gmail.com>.
Link link =
pageRenderLinkSource.createPageRenderLinkWithContext(Index.class);
link.setSecurity(LinkSecurity.FORCE_SECURE);

or

String link
= pageRenderLinkSource.createPageRenderLinkWithContext(Index.class).toAbsoluteURI(true);

On Wed, Sep 19, 2012 at 7:52 PM, captain_rhino <
graeme.kitchen@axa-travel-insurance.com> wrote:

> using createPageRenderLinkWithContext appears to create a link with http.
> How do i change this to https?
>
> Thanks in advance.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/foward-to-https-tp5716403.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>