[java-idp-testbed] branch main updated: Add a blocker to prevent filter registration in testbed context.

Scott Cantor cantor.2 at osu.edu
Tue Oct 4 17:27:21 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=2cd2958d0b54c7ccc228bee163c70520953eadfd

The following commit(s) were added to refs/heads/main by this push:
     new 2cd2958  Add a blocker to prevent filter registration in testbed context.
2cd2958 is described below

commit 2cd2958d0b54c7ccc228bee163c70520953eadfd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 4 13:27:18 2022 -0400

    Add a blocker to prevent filter registration in testbed context.
---
 src/main/webapp/WEB-INF/web.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 882a94d..ed7976a 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -23,6 +23,12 @@
         <param-value>https://localhost:8443</param-value>
     </context-param>
 
+    <!-- Disable IdP filter initializer that contaminates classpath. -->
+    <context-param>
+        <param-name>net.shibboleth.idp.registerFilterChain</param-name>
+        <param-value>false</param-value>
+    </context-param>
+
     <!-- Listeners -->
     <listener>
         <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>

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


More information about the commits mailing list