[java-plugin-shibd] branch main updated: Remove inaccurate javadoc comment.

Codeberg noreply at shibboleth.net
Thu Nov 20 00:32:16 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/b70dddc45ffc5cd02d49c4e43f318a817a56e5b9

The following commit(s) were added to refs/heads/main by this push:
     new b70dddc  Remove inaccurate javadoc comment.
b70dddc is described below

commit b70dddc45ffc5cd02d49c4e43f318a817a56e5b9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 19 19:32:02 2025 -0500

    Remove inaccurate javadoc comment.
---
 .../shibboleth/sp/profile/impl/SelectRelyingPartyConfiguration.java  | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/SelectRelyingPartyConfiguration.java b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/SelectRelyingPartyConfiguration.java
index 289248c..21e9a1c 100644
--- a/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/SelectRelyingPartyConfiguration.java
+++ b/sp-server-impl/src/main/java/net/shibboleth/sp/profile/impl/SelectRelyingPartyConfiguration.java
@@ -42,11 +42,6 @@ import net.shibboleth.sp.profile.AbstractApplicationAction;
  * using the requesting {@link Application} as the source of configurations rather than the generic resolver used
  * by the IdP.
  * 
- * <p>It also handles the special case of there being no identified relying party, which is confined to a subset
- * of scenarios in which the authority isn't known ahead of time. This is handled specially as a verified case
- * so that it isn't required to enable the SSO profile for the unverified relying party configuration, which would
- * impact inbound response handling by the SP in later operations.</p>
- * 
  * @event {@link org.opensaml.profile.action.EventIds#PROCEED_EVENT_ID}
  * @event {@link IdPEventIds#INVALID_RELYING_PARTY_CTX}
  * @event {@link IdPEventIds#INVALID_RELYING_PARTY_CONFIG}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list