[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/cas/login/login-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jan 13 07:07:44 EST 2016
Author: serac
Date: Wed Jan 13 07:07:43 2016
New Revision: 8074
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8074&view=rev
Log:
IDP-901 Fix typo introduced in IDP-804.
Modified:
trunk/idp-conf/src/main/resources/system/flows/cas/login/login-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/cas/login/login-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/cas/login/login-beans.xml?rev=8074&r1=8073&r2=8074&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/cas/login/login-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/cas/login/login-beans.xml Wed Jan 13 07:07:43 2016
@@ -69,6 +69,6 @@
p:formattingMap-ref="shibboleth.AuditFormattingMap" />
<bean id="InitialAuthenticationFlag" class="java.lang.Boolean">
- <constructor-arg value="#{ '%{idp.authn.flow.impls.initial:}'.trim().length() gt 0 }" type="boolean" />
+ <constructor-arg value="#{ '%{idp.authn.flows.initial:}'.trim().length() gt 0 }" type="boolean" />
</bean>
</beans>
More information about the commits
mailing list