[java-identity-provider] branch master updated: Add a warning on misplaced filters.

Scott Cantor cantor.2 at osu.edu
Fri Oct 18 14:38:20 EDT 2019


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  b9d259d   Add a warning on misplaced filters.
b9d259d is described below

commit b9d259dbbf007350e8d202f397b9ed1cd23ed3cc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 18 14:38:17 2019 -0400

    Add a warning on misplaced filters.
---
 .../spring/relyingparty/metadata/AbstractMetadataProviderParser.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/AbstractMetadataProviderParser.java b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/AbstractMetadataProviderParser.java
index 02c2b1c..f93eff9 100644
--- a/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/AbstractMetadataProviderParser.java
+++ b/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/AbstractMetadataProviderParser.java
@@ -205,6 +205,8 @@ public abstract class AbstractMetadataProviderParser extends AbstractSingleBeanD
                     builder.addPropertyValue("metadataFilter", chainBuilder.getBeanDefinition());
                 }
             }
+        } else {
+            log.warn("MetadataFilter is not valid for {}", CHAINING_PROVIDER_ELEMENT_NAME.getLocalPart());
         }
     }
 

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


More information about the commits mailing list