[java-opensaml] branch maint-4 updated: Fix warning.
Scott Cantor
cantor.2 at osu.edu
Mon Dec 5 14:31:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=32e818ed16772e545e5f87087486a79266f6e0bf
The following commit(s) were added to refs/heads/maint-4 by this push:
new 32e818ed1 Fix warning.
32e818ed1 is described below
commit 32e818ed16772e545e5f87087486a79266f6e0bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 5 09:31:13 2022 -0500
Fix warning.
---
.../decoder/servlet/AbstractHttpServletRequestMessageDecoder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/servlet/AbstractHttpServletRequestMessageDecoder.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/servlet/AbstractHttpServletRequestMessageDecoder.java
index 72f356af8..da3466281 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/servlet/AbstractHttpServletRequestMessageDecoder.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/decoder/servlet/AbstractHttpServletRequestMessageDecoder.java
@@ -67,7 +67,7 @@ public abstract class AbstractHttpServletRequestMessageDecoder extends AbstractM
@Deprecated(since = "4.3", forRemoval = true)
public void setHttpServletRequest(@Nullable final HttpServletRequest request) {
ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
- DeprecationSupport.warnOnce(ObjectType.METHOD, "setHttpServletReqest",
+ DeprecationSupport.warnOnce(ObjectType.METHOD, "setHttpServletRequest",
getClass().getCanonicalName(), "setHttpServletRequestSupplier");
if (request != null && !(request instanceof ThreadLocalHttpServletRequestProxy)) {
log.warn("Unsafe HttpServletRequest injected");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list