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

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 9 11:22:46 EDT 2015


Author: rdw
Date: Fri Oct  9 11:22:46 2015
New Revision: 7800

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7800&view=rev
Log:
IDP-774 

https://issues.shibboleth.net/jira/browse/IDP-774

A "one bean for all" does not work well for scripted injection.

Modified:
    trunk/idp-conf/src/main/resources/conf/global.xml

Modified: trunk/idp-conf/src/main/resources/conf/global.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/global.xml?rev=7800&r1=7799&r2=7800&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/global.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/global.xml	Fri Oct  9 11:22:46 2015
@@ -49,17 +49,5 @@
     </util:map>
     -->
     
-    <!--
-    Similarly, if you need to define and inject custom Java object(s) into the various scripting
-    subsystems (AttributeDefinition, DataConnector, AttributePolicy & Matcher, Action,
-    ContextLookup, Predicate and so on), you can uncomment the definition of the shibboleth.CustomScriptObject
-    bean defined below.  
-    -->
-    
-    <!-- 
-    <util:map id="shibboleth.CustomScriptObject">
-        <entry key="foo" value="bar"/>
-    </util:map>
-    -->    
     
 </beans>



More information about the commits mailing list