[java-identity-provider] branch master updated: Accidentally checked in example without null return value.

Scott Cantor cantor.2 at osu.edu
Sat Oct 28 17:08:58 EDT 2017


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4d4edab9c43f9e00b0d7cf0d9bd031b98a0873d0

The following commit(s) were added to refs/heads/master by this push:
       new  4d4edab   Accidentally checked in example without null return value.
4d4edab is described below

commit 4d4edab9c43f9e00b0d7cf0d9bd031b98a0873d0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sat Oct 28 17:08:51 2017 -0400

    Accidentally checked in example without null return value.
---
 .../main/resources/conf/intercept/impersonate-intercept-config.xml   | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/intercept/impersonate-intercept-config.xml b/idp-conf/src/main/resources/conf/intercept/impersonate-intercept-config.xml
index 85af2c7..90f3b49 100644
--- a/idp-conf/src/main/resources/conf/intercept/impersonate-intercept-config.xml
+++ b/idp-conf/src/main/resources/conf/intercept/impersonate-intercept-config.xml
@@ -16,10 +16,7 @@
 
     <bean id="shibboleth.impersonate.PrincipalFunction" class="com.google.common.base.Functions" factory-method="constant">
         <constructor-arg>
-            <list>
-                <value>foo</value>
-                <value>bar</value>
-            </list>
+            <null/>
         </constructor-arg>
     </bean>
     

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


More information about the commits mailing list