[jboss-cvs] JBossAS SVN: r93719 - branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 18 09:20:39 EDT 2009


Author: fnasser at redhat.com
Date: 2009-09-18 09:20:39 -0400 (Fri, 18 Sep 2009)
New Revision: 93719

Modified:
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml
Log:
JBPAPP-2291 - Commented out SSL connector doesn't set emptySessionPath

Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml	2009-09-18 13:17:33 UTC (rev 93718)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml	2009-09-18 13:20:39 UTC (rev 93719)
@@ -33,6 +33,7 @@
     <Connector port="8443" address="${jboss.bind.address}"
                protocol="HTTP/1.1" SSLEnabled="true"
                maxThreads="150" scheme="https" secure="true"
+               emptySessionPath="true"
                clientAuth="false" sslProtocol="TLS" />
     -->
 




More information about the jboss-cvs-commits mailing list