[java-identity-provider] branch main updated: IDP-2203 - ECP profile configuration inheritance is wrong

Scott Cantor cantor.2 at osu.edu
Fri Nov 17 17:04:16 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=42e20340423d6952b2df72f3dea0e3929de8252a

The following commit(s) were added to refs/heads/main by this push:
     new 42e203404 IDP-2203 - ECP profile configuration inheritance is wrong
42e203404 is described below

commit 42e20340423d6952b2df72f3dea0e3929de8252a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Nov 17 12:04:13 2023 -0500

    IDP-2203 - ECP profile configuration inheritance is wrong
    
    https://shibboleth.atlassian.net/browse/IDP-2203
---
 .../saml2/profile/config/impl/ECPProfileConfiguration.java   | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java
index 58725fa06..15645049e 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java
@@ -33,7 +33,7 @@ import net.shibboleth.shared.primitive.StringSupport;
 
 /** Configuration support for IdP SAML 2.0 ECP profile. */
 public class ECPProfileConfiguration extends BrowserSSOProfileConfiguration 
-        implements net.shibboleth.saml.saml2.profile.config.ECPProfileConfiguration {
+        implements net.shibboleth.idp.saml.saml2.profile.config.ECPProfileConfiguration {
 
     /** Name of profile counter. */
     @Nonnull @NotEmpty public static final String PROFILE_COUNTER = "net.shibboleth.idp.profiles.saml2.sso.ecp";
@@ -59,15 +59,7 @@ public class ECPProfileConfiguration extends BrowserSSOProfileConfiguration
         localEventsLookupStrategy = FunctionSupport.constant(null);
     }
 
-    /**
-     * Get the set of local events to handle without a SOAP fault.
-     * 
-     * @param profileRequestContext current profile request context
-     * 
-     * @return  truly local events
-     * 
-     * @since 3.3.0
-     */
+    /** {@inheritDoc} */
     @Nonnull @NotLive @Unmodifiable public Set<String> getLocalEvents(
             @Nullable final ProfileRequestContext profileRequestContext) {
         

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


More information about the commits mailing list