[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: relying-party-legacy.xml relying-party-na...

noreply at shibboleth.net noreply at shibboleth.net
Tue Jun 17 22:34:20 EDT 2014


Author: scantor
Date: Tue Jun 17 22:34:19 2014
New Revision: 6098

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6098&view=rev
Log:
Swap filenames so legacy RP config is labeled as such.

Added:
    trunk/idp-conf/src/main/resources/conf/relying-party-legacy.xml
      - copied, changed from r6096, trunk/idp-conf/src/main/resources/conf/relying-party.xml
Modified:
    trunk/idp-conf/src/main/resources/conf/relying-party-native.xml
    trunk/idp-conf/src/main/resources/conf/services.xml

Copied: trunk/idp-conf/src/main/resources/conf/relying-party-legacy.xml (from r6096, trunk/idp-conf/src/main/resources/conf/relying-party.xml)
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/relying-party-legacy.xml?p2=trunk/idp-conf/src/main/resources/conf/relying-party-legacy.xml&p1=trunk/idp-conf/src/main/resources/conf/relying-party.xml&r1=6096&r2=6098&rev=6098&view=diff
==============================================================================
    (empty)

Modified: trunk/idp-conf/src/main/resources/conf/services.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/services.xml?rev=6098&r1=6097&r2=6098&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/services.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/services.xml Tue Jun 17 22:34:19 2014
@@ -76,13 +76,13 @@
 
     <!--
     <util:list id="shibboleth.RelyingPartyResolverResources">
-        <value>file:///${idp.home}/conf/relying-party.xml</value>
+        <value>file:///${idp.home}/conf/relying-party-legacy.xml</value>
         <value>file:///${idp.home}/conf/property-placeholder.xml</value>
         <value>file:///${idp.home}/system/conf/profile-defaults.xml</value>
     </util:list>
     -->
     <util:list id="shibboleth.RelyingPartyResolverResources">
-        <value>file:///${idp.home}/conf/relying-party-native.xml</value>
+        <value>file:///${idp.home}/conf/relying-party.xml</value>
         <value>file:///${idp.home}/conf/credentials.xml</value>
         <value>file:///${idp.home}/system/conf/relying-party-system.xml</value>
     </util:list>



More information about the commits mailing list