[jboss-cvs] JBossAS SVN: r65320 - branches/Branch_4_2/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 22:15:59 EDT 2007


Author: sguilhen at redhat.com
Date: 2007-09-11 22:15:59 -0400 (Tue, 11 Sep 2007)
New Revision: 65320

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

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml	2007-09-12 02:06:36 UTC (rev 65319)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/security-service.xml	2007-09-12 02:15:59 UTC (rev 65320)
@@ -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