Skip to content

Commit

Permalink
[AS-570]
Browse files Browse the repository at this point in the history
quick fix in initialization
  • Loading branch information
jj committed Sep 11, 2018
1 parent fdbe478 commit c37f890
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.apache.lucene.index.IndexWriter;
import org.joda.time.DateTime;
import org.opensaml.saml.metadata.resolver.filter.FilterException;
import org.opensaml.saml.metadata.resolver.filter.MetadataFilterChain;
import org.opensaml.saml.metadata.resolver.impl.ResourceBackedMetadataResolver;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -38,6 +39,9 @@ public OpenSamlResourceBackedMetadataResolver(ParserPool parserPool,

OpenSamlMetadataResolverConstructorHelper.updateOpenSamlMetadataResolverFromReloadableMetadataResolverAttributes(
this, sourceResolver.getReloadableMetadataResolverAttributes(), parserPool);

//TODO: check if this is the right thing to do
this.setMetadataFilter(new MetadataFilterChain());
}

// TODO: this is still probably not the best way to do this?
Expand Down

0 comments on commit c37f890

Please sign in to comment.