You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Ajith George <aj...@gmail.com> on 2013/11/20 06:44:59 UTC

How to make a single page nonsecure (http) when the entire application is made secure (https)

I have made my entire tapestry5 application secure by adding the below
config
 configuration.add(MetaDataConstants.SECURE_PAGE, "true" );
All is working fine, but now i want to have a single page non secure i.e
with http. How to do that?  Please let me know how it can be done.

Thanks