Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90A9810B99 for ; Tue, 3 Sep 2013 10:40:24 +0000 (UTC) Received: (qmail 92453 invoked by uid 500); 3 Sep 2013 10:40:24 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 92398 invoked by uid 500); 3 Sep 2013 10:40:24 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 92388 invoked by uid 99); 3 Sep 2013 10:40:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 10:40:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 10:40:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 46A6A2388999; Tue, 3 Sep 2013 10:40:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1519640 - in /cxf/fediz/trunk/services: idp/src/main/resources/ idp/src/test/resources/ sts/src/main/resources/ sts/src/realms/resources/ Date: Tue, 03 Sep 2013 10:40:00 -0000 To: commits@cxf.apache.org From: coheigea@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130903104000.46A6A2388999@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: coheigea Date: Tue Sep 3 10:39:59 2013 New Revision: 1519640 URL: http://svn.apache.org/r1519640 Log: Replacing older keystore property with newer one Modified: cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreA.properties cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreB.properties cxf/fediz/trunk/services/idp/src/test/resources/stsKeystoreA.properties cxf/fediz/trunk/services/sts/src/main/resources/stsKeystore.properties cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreA.properties cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreB.properties cxf/fediz/trunk/services/sts/src/realms/resources/stsTruststore.properties Modified: cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreA.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreA.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreA.properties (original) +++ cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreA.properties Tue Sep 3 10:39:59 2013 @@ -2,5 +2,5 @@ org.apache.ws.security.crypto.provider=o org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=storepass org.apache.ws.security.crypto.merlin.keystore.alias=realma -org.apache.ws.security.crypto.merlin.file=stsrealm_a.jks +org.apache.ws.security.crypto.merlin.keystore.file=stsrealm_a.jks Modified: cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreB.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreB.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreB.properties (original) +++ cxf/fediz/trunk/services/idp/src/main/resources/stsKeystoreB.properties Tue Sep 3 10:39:59 2013 @@ -2,5 +2,5 @@ org.apache.ws.security.crypto.provider=o org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=storepass org.apache.ws.security.crypto.merlin.keystore.alias=realmb -org.apache.ws.security.crypto.merlin.file=stsrealm_b.jks +org.apache.ws.security.crypto.merlin.keystore.file=stsrealm_b.jks Modified: cxf/fediz/trunk/services/idp/src/test/resources/stsKeystoreA.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/idp/src/test/resources/stsKeystoreA.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/idp/src/test/resources/stsKeystoreA.properties (original) +++ cxf/fediz/trunk/services/idp/src/test/resources/stsKeystoreA.properties Tue Sep 3 10:39:59 2013 @@ -2,5 +2,5 @@ org.apache.ws.security.crypto.provider=o org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=storepass org.apache.ws.security.crypto.merlin.keystore.alias=realma -org.apache.ws.security.crypto.merlin.file=stsrealm_a.jks +org.apache.ws.security.crypto.merlin.keystore.file=stsrealm_a.jks Modified: cxf/fediz/trunk/services/sts/src/main/resources/stsKeystore.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/resources/stsKeystore.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/sts/src/main/resources/stsKeystore.properties (original) +++ cxf/fediz/trunk/services/sts/src/main/resources/stsKeystore.properties Tue Sep 3 10:39:59 2013 @@ -2,5 +2,5 @@ org.apache.ws.security.crypto.provider=o org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=stsspass org.apache.ws.security.crypto.merlin.keystore.alias=mystskey -org.apache.ws.security.crypto.merlin.file=stsstore.jks +org.apache.ws.security.crypto.merlin.keystore.file=stsstore.jks Modified: cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreA.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreA.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreA.properties (original) +++ cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreA.properties Tue Sep 3 10:39:59 2013 @@ -2,5 +2,5 @@ org.apache.ws.security.crypto.provider=o org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=storepass org.apache.ws.security.crypto.merlin.keystore.alias=realma -org.apache.ws.security.crypto.merlin.file=stsrealm_a.jks +org.apache.ws.security.crypto.merlin.keystore.file=stsrealm_a.jks Modified: cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreB.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreB.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreB.properties (original) +++ cxf/fediz/trunk/services/sts/src/realms/resources/stsKeystoreB.properties Tue Sep 3 10:39:59 2013 @@ -2,5 +2,5 @@ org.apache.ws.security.crypto.provider=o org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=storepass org.apache.ws.security.crypto.merlin.keystore.alias=realmb -org.apache.ws.security.crypto.merlin.file=stsrealm_b.jks +org.apache.ws.security.crypto.merlin.keystore.file=stsrealm_b.jks Modified: cxf/fediz/trunk/services/sts/src/realms/resources/stsTruststore.properties URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/realms/resources/stsTruststore.properties?rev=1519640&r1=1519639&r2=1519640&view=diff ============================================================================== --- cxf/fediz/trunk/services/sts/src/realms/resources/stsTruststore.properties (original) +++ cxf/fediz/trunk/services/sts/src/realms/resources/stsTruststore.properties Tue Sep 3 10:39:59 2013 @@ -1,5 +1,5 @@ org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin org.apache.ws.security.crypto.merlin.keystore.type=jks org.apache.ws.security.crypto.merlin.keystore.password=storepass -org.apache.ws.security.crypto.merlin.file=ststrust.jks +org.apache.ws.security.crypto.merlin.keystore.file=ststrust.jks