[java-oidc-common] branch main updated: Add a TODO to remove a rather one-off dependency.
Codeberg
noreply at shibboleth.net
Fri Apr 17 17:36:47 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/49fbd8019c23287ed06da1c3ceca2cb9f3fb7082
The following commit(s) were added to refs/heads/main by this push:
new 49fbd801 Add a TODO to remove a rather one-off dependency.
49fbd801 is described below
commit 49fbd8019c23287ed06da1c3ceca2cb9f3fb7082
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri Apr 17 13:36:37 2026 -0400
Add a TODO to remove a rather one-off dependency.
---
.../oidc/metadata/impl/HTTPProviderConfigurationFetchingStrategy.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/impl/HTTPProviderConfigurationFetchingStrategy.java b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/impl/HTTPProviderConfigurationFetchingStrategy.java
index 0bb39885..80a68231 100644
--- a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/impl/HTTPProviderConfigurationFetchingStrategy.java
+++ b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/impl/HTTPProviderConfigurationFetchingStrategy.java
@@ -137,6 +137,7 @@ public class HTTPProviderConfigurationFetchingStrategy
}
// remove trailing slash if any (see openid-connect-discovery 4.1)
+ // TODO: maybe remove this one-off dependency on commons-lang3?
final String normalizedIssuer = StringUtils.removeEnd(issuer.getValue(), "/");
final StringBuilder builder = new StringBuilder();
builder.append(normalizedIssuer).append(wellKnownPath);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list