[jboss-cvs] JBossAS SVN: r65316 - branches/Branch_4_0/testsuite/src/resources/test-configs/tomcat-ssl/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 18:50:26 EDT 2007


Author: sguilhen at redhat.com
Date: 2007-09-11 18:50:26 -0400 (Tue, 11 Sep 2007)
New Revision: 65316

Modified:
   branches/Branch_4_0/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml
Log:
Added TrustStoreURL and TrustStorePass to test the truststore password encryption, according to the issue #JBAS-4701

Modified: branches/Branch_4_0/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml
===================================================================
--- branches/Branch_4_0/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml	2007-09-11 22:46:46 UTC (rev 65315)
+++ branches/Branch_4_0/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml	2007-09-11 22:50:26 UTC (rev 65316)
@@ -15,6 +15,8 @@
       </constructor>
       <attribute name="KeyStoreURL">resource:localhost.keystore</attribute>
       <attribute name="KeyStorePass">{CLASS}org.jboss.security.plugins.FilePassword:${jboss.server.home.dir}/deploy/keystore.password</attribute>
+      <attribute name="TrustStoreURL">resource:localhost.keystore</attribute>
+      <attribute name="TrustStorePass">{CLASS}org.jboss.security.plugins.FilePassword:${jboss.server.home.dir}/deploy/keystore.password</attribute>
       <attribute name="Salt">welcometojboss</attribute>
       <attribute name="IterationCount">13</attribute>
    </mbean>




More information about the jboss-cvs-commits mailing list