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 https page and then
doesn't display my page :

ERR_SSL_PROTOCOL_ERROR.
You need a certificate etc....


Isn't the configuration line that I added for the dev mode dedicated to not
honor @Secure annotations ?

Reply via email to