[java-identity-provider] branch main updated: Close Spring expression.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 8 23:39:06 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a7eeee71dca783861658b26a5b5340972b850aaf
The following commit(s) were added to refs/heads/main by this push:
new a7eeee71d Close Spring expression.
a7eeee71d is described below
commit a7eeee71dca783861658b26a5b5340972b850aaf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 8 19:38:40 2020 -0400
Close Spring expression.
---
.../resources/net/shibboleth/idp/flows/authn/function-authn-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/function-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/function-authn-beans.xml
index 9aede41d9..e0051169e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/function-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/function-authn-beans.xml
@@ -29,7 +29,7 @@
<bean id="ValidateFunctionResult" class="net.shibboleth.idp.authn.impl.ValidateFunctionResult" scope="prototype"
p:addDefaultPrincipals="#{getObject('shibboleth.authn.Function.addDefaultPrincipals') ?: true}"
p:resultCachingPredicate="#{getObject('shibboleth.authn.Function.resultCachingPredicate')}"
- p:resultLookupStrategy="#{getObject('shibboleth.authn.Function.ResultLookupStrategy') ?: getObject('DefaultResultLookupStrategy')" />
+ p:resultLookupStrategy="#{getObject('shibboleth.authn.Function.ResultLookupStrategy') ?: getObject('DefaultResultLookupStrategy')}" />
<bean id="PopulateSubjectCanonicalizationContext"
class="net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContext" scope="prototype"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list