[java-identity-provider] branch main updated: IDP-1684 - Change default CAS TicketService to EncodingTicketService

Scott Cantor cantor.2 at osu.edu
Wed Aug 2 17:45:06 UTC 2023


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=2941611b9a1b36ace5c9d13676cd24c636a1bc64

The following commit(s) were added to refs/heads/main by this push:
     new 2941611b9 IDP-1684 - Change default CAS TicketService to EncodingTicketService
2941611b9 is described below

commit 2941611b9a1b36ace5c9d13676cd24c636a1bc64
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 2 13:45:03 2023 -0400

    IDP-1684 - Change default CAS TicketService to EncodingTicketService
    
    https://shibboleth.atlassian.net/browse/IDP-1684
---
 .../src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
index 6c88b932a..d43ff8320 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/cas-protocol-system.xml
@@ -37,8 +37,7 @@
           c:_4="#{ T(org.apache.commons.codec.CodecPolicy).STRICT }"
     />
 
-    <!-- TODO: Change to encodingTicketService for 5.0 -->
-    <alias name="simpleTicketService" alias="shibboleth.DefaultCASTicketService" />
+    <alias name="encodingTicketService" alias="shibboleth.DefaultCASTicketService" />
 
     <bean id="proxyHttpClient" parent="shibboleth.InternalHttpClient"
           p:tLSSocketFactory-ref="shibboleth.SecurityEnhancedTLSSocketFactory" />

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


More information about the commits mailing list