Re: Secure and development mode

2014-07-04 Thread Geoff Callender
You're right, so that result is very odd. As an aside... Rather than hard-coding this into your app, can I suggest you set this property at runtime to suit your environment. -Dtapestry.secure-enabled=false That way in your IDE you can set it to true or false as you see fit, and in UAT

Secure and development mode

2014-07-04 Thread squallmat .
Hello, I launch my webapp that I'm developping in development mode, I try to go on my "Login" page taht has "@Secure" annotation. I put this in my development mode configuration : *configuration.add(SymbolConstants.SECURE_ENABLED, false);* But when i go to the login page it redirects me to an htt