SSLEngine is an attribute of the APR lifecycle listener to initialize the native...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Oct 2006 16:45:45 +0000 (16:45 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 19 Oct 2006 16:45:45 +0000 (16:45 +0000)
commit0cad225c48cdf5d29520c65a0e23e044e60d7c6d
treed74bd63e99139abd971703b7542416dc59c5d42f
parent30e965a2c19a44f5263c98ca97131404469b16df
SSLEngine is an attribute of the APR lifecycle listener to initialize the native SSL layer once per VM.
All HTTP connectors share an attribute called SSLEnabled with true/false values to turn on SSL at the socket level.
The scheme and secure attributes simply override the request.getScheme and request.isSecure values.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@465675 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
conf/server.xml
java/org/apache/catalina/core/AprLifecycleListener.java
java/org/apache/catalina/core/LocalStrings.properties
java/org/apache/coyote/http11/Http11AprProcessor.java
java/org/apache/coyote/http11/Http11AprProtocol.java
java/org/apache/coyote/http11/Http11NioProcessor.java
java/org/apache/coyote/http11/Http11NioProtocol.java
java/org/apache/coyote/http11/Http11Protocol.java
java/org/apache/tomcat/util/net/AprEndpoint.java
java/org/apache/tomcat/util/net/NioEndpoint.java
webapps/docs/apr.xml
webapps/docs/changelog.xml
webapps/docs/config/http.xml
webapps/docs/ssl-howto.xml