[jboss-cvs] JBossAS SVN: r109692 - branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/test/ssl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 2 23:42:28 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-12-02 23:42:27 -0500 (Thu, 02 Dec 2010)
New Revision: 109692

Modified:
   branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/test/ssl/ClientCertJaspiWebUnitTestCase.java
Log:
Fix up base URLs in ClientCertJaspiWebUnitTestCase (JBAS-8540) 

Modified: branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/test/ssl/ClientCertJaspiWebUnitTestCase.java
===================================================================
--- branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/test/ssl/ClientCertJaspiWebUnitTestCase.java	2010-12-03 04:40:23 UTC (rev 109691)
+++ branches/JBoss-AS-6.0.x-ipv6/testsuite/src/main/org/jboss/test/web/test/ssl/ClientCertJaspiWebUnitTestCase.java	2010-12-03 04:42:27 UTC (rev 109692)
@@ -54,7 +54,7 @@
    protected void setUp() throws Exception
    {
       super.setUp();
-      baseHttpsNoAuth = "https://" + getServerHost() + ":" + Integer.getInteger("secureweb.port", 8443) + "/"; 
+      baseHttpsNoAuth = "https://" + getServerHostForURL() + ":" + Integer.getInteger("secureweb.port", 8443) + "/"; 
    }
    
    /** Test CLIENT-CERT



More information about the jboss-cvs-commits mailing list