[java-idp-testbed] branch main updated: Rename Spring context package.

Scott Cantor cantor.2 at osu.edu
Wed Sep 14 20:34:33 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=52c4410e6db3e5033a3ebcf71004f50192351ce2

The following commit(s) were added to refs/heads/main by this push:
     new 52c4410  Rename Spring context package.
52c4410 is described below

commit 52c4410e6db3e5033a3ebcf71004f50192351ce2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 14 16:34:30 2022 -0400

    Rename Spring context package.
---
 src/main/webapp/WEB-INF/web.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index 18fab85..882a94d 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -15,7 +15,7 @@
     
     <context-param>
         <param-name>contextClass</param-name>
-        <param-value>net.shibboleth.ext.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext</param-value>
+        <param-value>net.shibboleth.shared.spring.context.DeferPlaceholderFileSystemXmlWebApplicationContext</param-value>
     </context-param>
 
     <context-param>

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


More information about the commits mailing list