I'm using,

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

to secure all pages and from my understanding @Secure wouldn't be needed. My
app uses TapestrySecurity and when you for access the app, TapestrySecurity
redirects to /login. I was wondering how I could auto redirect
http://mydomain to https://mydomain. Right now your capable of accessing the
app with http:// which adds port 80 to my login submit button which doesn't
work. Everything works fine if you actually type in https://mydomain in the
url up front. 

This may be a case for a URL writter, but before I go down that path, I just
wanted to first verify there is no setting to handle this automatically. 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Auto-resolve-base-page-from-HTTP-to-HTTPS-tp5718424p5718427.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to