[java-idp-oidc] branch main updated: Cleanup some unneeded comments.

Scott Cantor cantor.2 at osu.edu
Thu Nov 5 01:13:15 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=88547b126abf86795799af513ae60342cd89151b

The following commit(s) were added to refs/heads/main by this push:
       new  88547b12  Cleanup some unneeded comments.
88547b12 is described below

commit 88547b126abf86795799af513ae60342cd89151b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 4 20:13:13 2020 -0500

    Cleanup some unneeded comments.
---
 .../src/test/resources/conf/global.xml             | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/idp-oidc-extension-impl/src/test/resources/conf/global.xml b/idp-oidc-extension-impl/src/test/resources/conf/global.xml
index b2bbfd96..a4e01ff1 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/global.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/global.xml
@@ -24,40 +24,6 @@
         <bean class="org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex" />
     </util:set>
 
-    <!--
-    Algorithm whitelists and blacklists that override or merge with library defaults. Normally you can leave
-    these empty or commented and use the system defaults, but you can override those defaults using these lists.
-    Each <value> element is an algorithm URI, or you can use <util:constant> elements in place of literal values.
-    -->
-    
-    <!--
-    <util:list id="shibboleth.SignatureWhitelist">
-    </util:list>
-
-    <util:list id="shibboleth.SignatureBlacklist">
-    </util:list>
-
-    <util:list id="shibboleth.EncryptionWhitelist">
-    </util:list>
-
-    <util:list id="shibboleth.EncryptionBlacklist">
-    </util:list>
-    -->
-
-    <!--
-    If you need to define and inject custom Java object(s) into the various views used throughout the
-    system (errors, login, logout, etc.), you can uncomment and define the bean below to be of any
-    type required. It will appear in the view scope as a variable named "custom".
-    
-    The example below defines the bean as a map, which allows you to inject multiple objects under
-    named keys to expand the feature to support multiple injected objects.
-    -->
-    
-    <!--
-    <util:map id="shibboleth.CustomViewContext">
-        <entry key="foo" value="bar"/>
-    </util:map>
-    -->
       
     <util:list id="testbed.MetadataResolverResources">
         <value>%{idp.home}/conf/metadata-providers.xml</value>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list