Filip Hanik - Dev Lists wrote:
Let me see if I can explain
<Connector port="8443" scheme="https" secure="false" SSLEnabled="false"/>
c) if there is a transport user constraints, ie the page is only allowed to be server CONFIDIENTIAL, tomcat will throw a 403 error
<Connector port="8443" scheme="https" secure="true" SSLEnabled="false"/>
c) Tomcat handles the transport-guarantee scenario correctly and allows the request into the application
<Connector port="8443" scheme="https" secure="false" SSLEnabled="true"/>
c) if there is a transport user constraints, ie the page is only allowed to be server CONFIDIENTIAL, tomcat will throw a 403 error
<Connector port="8443" scheme="https" secure="true" SSLEnabled="true"/>
c) Tomcat handles the transport-guarantee scenario correctly and allows the request into the application


I still don't get it, sorry.
Just forget, and do what ever you wish.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to