Mladen Turk wrote:
Filip Hanik - Dev Lists wrote:
The scenario we are trying to achieve is this:
<Connector port="8443" scheme="https" secure="true" SSLEnabled="false"/>
How will in that case behave:
<Connector port="8443" scheme="https" secure="false" SSLEnabled="false"/>
<Connector port="8443" scheme="https" secure="true" SSLEnabled="false"/>
<Connector port="8443" scheme="https" secure="false" SSLEnabled="true"/>
<Connector port="8443" scheme="https" secure="true" SSLEnabled="true"/>
Please explain for each case.
Who knows ? People have been asking for a lot of decoupling in these
options. scheme and secure are what will be exposed to the servlet API,
and that's it (mostly). It is also a good thing to cleanup the SSLEngine
initialization, which should indeed be a one per VM call.
I disagree with changing this.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]