I am upgrading to from 5.0.18 to 5.1.0.0 and have a problem with secure pages.

My application is configured to run entirely on https. This was done by adding the following in my application module:

public static void contributeMetaDataLocator( MappedConfiguration<String, String> configuration )
   {
       configuration.add( MetaDataConstants.SECURE_PAGE, "true" );
   }

However, all links, forms etc want to redirect to http instead of https.
I have tried both using no configuration and using both
-Dtapestry.production-mode=false -Dtapestry.secure-enabled=true

But it doesn't seem to make a difference.

Any ideas what I am doing wrong?

Thanks,
Joachim

--
Joachim Van der Auwera
PROGS bvba, progs.be


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

Reply via email to