[java-identity-provider] branch main updated: Typo.
Codeberg
noreply at shibboleth.net
Wed Feb 11 14:11:43 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/340ed2c2a6038085796779cc1077858ec1b9394a
The following commit(s) were added to refs/heads/main by this push:
new 340ed2c2a Typo.
340ed2c2a is described below
commit 340ed2c2a6038085796779cc1077858ec1b9394a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 11 09:11:32 2026 -0500
Typo.
---
.../src/main/java/net/shibboleth/idp/profile/AbstractProfileAction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractProfileAction.java b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractProfileAction.java
index 1903aa4a5..e357b727f 100644
--- a/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractProfileAction.java
+++ b/idp-profile-api/src/main/java/net/shibboleth/idp/profile/AbstractProfileAction.java
@@ -120,7 +120,7 @@ public abstract class AbstractProfileAction extends AbstractConditionalProfileAc
final ProfileRequestContext profileRequestContext =
profileContextLookupStrategy.apply(springRequestContext);
if (profileRequestContext == null) {
- log.error("{} ProfileEequestContext is not available", getLogPrefix());
+ log.error("{} ProfileRequestContext is not available", getLogPrefix());
return ActionSupport.buildEvent(this, EventIds.INVALID_PROFILE_CTX);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list