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

2013-11-19 Thread Ajith George
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

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

2013-11-19 Thread Ajith George
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