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
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