Chris hi,
thanks for the answer but this is already tested & it works. But it is hard-coded and practically does not allow me to switch on or off the overall SSL context per user request.

I have seen other applications that work either http or https simultaneously without redeploying new compiled code. Is there a way to accomplish this with tapestry ( for java and javascript part ) framework version 5.3?

Regards
Dimitri

On 2016-03-10 12:40, Chris Poulsen wrote:
I think we're handling it like this:

// default to non-secure pages (allows us to support both http and https
based on the incoming request)
configuration.add( SymbolConstants.SECURE_ENABLED, "false" );

HTH.



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

Reply via email to