[java-identity-provider] branch master updated: Remove bean left over from removed feature.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 25 14:27:37 EDT 2019
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=c9cb5ffb2ab0909a2f916f3a763bc6bf94b3967b
The following commit(s) were added to refs/heads/master by this push:
new c9cb5ff Remove bean left over from removed feature.
c9cb5ff is described below
commit c9cb5ffb2ab0909a2f916f3a763bc6bf94b3967b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 25 14:27:34 2019 -0400
Remove bean left over from removed feature.
---
idp-conf/src/main/resources/system/flows/authn/authn-beans.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml
index d4b676d..2532332 100644
--- a/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/authn-beans.xml
@@ -25,12 +25,6 @@
p:principalEvalPredicateFactoryRegistry-ref="shibboleth.AuthnComparisonRegistry"
p:fixedEventLookupStrategy="#{getObject('shibboleth.FixedAuthenticationEventStrategy')}" />
- <bean id="PopulateAuthenticationContextWithInitialFlow"
- class="net.shibboleth.idp.authn.impl.PopulateAuthenticationContext" scope="prototype"
- p:availableFlows-ref="shibboleth.AvailableAuthenticationFlows"
- p:potentialFlows="#{@'shibboleth.AvailableAuthenticationFlows'.?[id matches 'authn/(' + '%{idp.authn.flows.initial:}'.trim() + ')']}"
- p:principalEvalPredicateFactoryRegistry-ref="shibboleth.AuthnComparisonRegistry" />
-
<bean id="PopulateSessionContext"
class="net.shibboleth.idp.session.impl.PopulateSessionContext" scope="prototype"
p:activationCondition="%{idp.session.enabled:true}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list