[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 12 07:28:04 EDT 2016


Author: serac
Date: Mon Sep 12 07:28:04 2016
New Revision: 8385

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8385&view=rev
Log:
IDP-1018 Revert to SimpleTicketService as default.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml?rev=8385&r1=8384&r2=8385&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/conf/cas-protocol-system.xml	Mon Sep 12 07:28:04 2016
@@ -29,7 +29,7 @@
           c:lineSeparator="#{new byte[] {10} }"
           c:urlSafe="true" />
 
-    <alias name="encodingTicketService" alias="shibboleth.DefaultCASTicketService" />
+    <alias name="simpleTicketService" alias="shibboleth.DefaultCASTicketService" />
 
     <bean id="shibboleth.DefaultCASProxyAuthenticator"
           class="net.shibboleth.idp.cas.proxy.impl.HttpClientProxyAuthenticator" />



More information about the commits mailing list