[java-shib-shared] branch main updated: Revise web.xml update warning.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 3 17:38:09 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=454a7ab93acc0e1303323ee0ac613911c7a9617f
The following commit(s) were added to refs/heads/main by this push:
new 454a7ab9 Revise web.xml update warning.
454a7ab9 is described below
commit 454a7ab93acc0e1303323ee0ac613911c7a9617f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 3 13:38:06 2022 -0400
Revise web.xml update warning.
---
.../shibboleth/ext/spring/context/DelimiterAwareApplicationContext.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-spring/src/main/java/net/shibboleth/ext/spring/context/DelimiterAwareApplicationContext.java b/shib-spring/src/main/java/net/shibboleth/ext/spring/context/DelimiterAwareApplicationContext.java
index 04c0c8de..fdf1aa36 100644
--- a/shib-spring/src/main/java/net/shibboleth/ext/spring/context/DelimiterAwareApplicationContext.java
+++ b/shib-spring/src/main/java/net/shibboleth/ext/spring/context/DelimiterAwareApplicationContext.java
@@ -32,7 +32,7 @@ public class DelimiterAwareApplicationContext
/** Constructor. */
public DelimiterAwareApplicationContext() {
DeprecationSupport.warn(ObjectType.CLASS, getClass().getName(), "web.xml",
- net.shibboleth.shared.spring.context.DelimiterAwareApplicationContext.class.getName());
+ "auto-registration via updated web.xml");
}
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list