[java-plugin-shibd] branch main updated: Remove unneeded check for servlet request.
Codeberg
noreply at shibboleth.net
Mon Nov 24 22:38:17 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/22e70aee54f3f8b3dca9b627951a118b109e5882
The following commit(s) were added to refs/heads/main by this push:
new 22e70ae Remove unneeded check for servlet request.
22e70ae is described below
commit 22e70aee54f3f8b3dca9b627951a118b109e5882
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 24 17:38:03 2025 -0500
Remove unneeded check for servlet request.
---
.../main/java/net/shibboleth/sp/profile/impl/DoStorageOperation.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoStorageOperation.java b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoStorageOperation.java
index 606e12b..6262a14 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoStorageOperation.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/DoStorageOperation.java
@@ -114,10 +114,6 @@ public class DoStorageOperation extends AbstractAgentAction {
if (!super.doPreExecute(profileRequestContext)) {
return false;
- } else if (getHttpServletRequest() == null) {
- log.warn("{} No HttpServletRequest available", getLogPrefix());
- ActionSupport.buildEvent(profileRequestContext, EventIds.INVALID_PROFILE_CTX);
- return false;
}
input = ensureAgentRequestContext().getInput();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list