Re: Using HTTPS to secure tapestry pages

2011-02-24 Thread Nicolas Barrera
Hi, public void contributeMetaDataLocator( MappedConfigurationString,String configuration) { configuration.add(MetaDataConstants.SECURE_PAGE, true); } didn't work for me either... I 'm using tapestry 5.0.1.5, can you confirm me if that configuration should work on this version?

Re: Using HTTPS to secure tapestry pages

2011-02-24 Thread Ulrich Stärk
What Tapestry version? Just checked with 5.3.0-SNAPSHOT and it works like a charm. BTW: SECURE_ENABLED is only needed when PRODUCTION_MODE is set to false. In production mode, secure is enabled by default. Uli On 23.02.2011 19:40, Matias Moran wrote: Dear Tapestry users, how have you been?

Using HTTPS to secure tapestry pages

2011-02-23 Thread Matias Moran
Dear Tapestry users, how have you been? I'm writing this time to ask you about using HTTPS with Jetty. I followed the advices of the page http://tapestry.apache.org/tapestry5/guide/secure.html and others, but I wasn't able to make it work for all the pages at once. What I'm trying to do is