[java-idp-testbed] branch main updated: Comment out CAS client for now.

Scott Cantor cantor.2 at osu.edu
Thu Jun 2 17:09:57 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=1b630946cb9f978bdf83fc61015af628317abc7a

The following commit(s) were added to refs/heads/main by this push:
     new 1b63094  Comment out CAS client for now.
1b63094 is described below

commit 1b630946cb9f978bdf83fc61015af628317abc7a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 2 13:09:55 2022 -0400

    Comment out CAS client for now.
---
 src/main/webapp/WEB-INF/web.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 0c846a6..18fab85 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -63,6 +63,8 @@
     </servlet-mapping>
 
     <!-- CAS client use for testbed -->
+    <!--
+    TODO: this has a Jakarta dependency.
     <filter>
         <filter-name>CASAuthenticationFilter</filter-name>
         <filter-class>org.jasig.cas.client.authentication.AuthenticationFilter</filter-class>
@@ -75,7 +77,7 @@
         <filter-name>CASAuthenticationFilter</filter-name>
         <url-pattern>/sp/casclient</url-pattern>
     </filter-mapping>
-
+    
     <filter>
         <filter-name>CASValidationFilter</filter-name>
         <filter-class>org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter</filter-class>
@@ -97,5 +99,6 @@
     <filter-name>HttpServletRequestWrapperFilter</filter-name>
         <url-pattern>/sp/casclient</url-pattern>
     </filter-mapping>
+    -->
 
 </web-app>

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


More information about the commits mailing list