[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/saml-nameid-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 14 14:55:30 EDT 2015


Author: scantor
Date: Wed Oct 14 14:55:29 2015
New Revision: 7825

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7825&view=rev
Log:
Add trims to property expressions.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/saml-nameid-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/saml-nameid-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/saml-nameid-system.xml?rev=7825&r1=7824&r2=7825&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/saml-nameid-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/saml-nameid-system.xml	Wed Oct 14 14:55:29 2015
@@ -64,8 +64,8 @@
     <bean id="shibboleth.StoredPersistentIdGenerator" lazy-init="true"
         class="net.shibboleth.idp.saml.nameid.impl.StoredPersistentIdGenerationStrategy"
         p:computedIdStrategy="#{getObject('%{idp.persistentId.computed:shibboleth.ComputedPersistentIdGenerator}'.trim())}"
-        p:IDStore="#{getObject('%{idp.persistentId.store:undefined}')}"
-        p:dataSource="#{getObject('%{idp.persistentId.dataSource:undefined}')}" />
+        p:IDStore="#{getObject('%{idp.persistentId.store:undefined}'.trim())}"
+        p:dataSource="#{getObject('%{idp.persistentId.dataSource:undefined}'.trim())}" />
     
     <!-- Parent bean for users to configure a custom ID store rather than a data source only. -->
     <bean id="shibboleth.JDBCPersistentIdStore" abstract="true"



More information about the commits mailing list