Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
fixing display issue for external metadata filter
  • Loading branch information
chasegawa committed Aug 25, 2022
1 parent ab554fc commit e98b89a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {

@Override
Document generateSingleMetadataConfiguration(edu.internet2.tier.shibboleth.admin.ui.domain.resolvers.MetadataResolver mr) {
if (mr instanceof ExternalMetadataResolver) {
return generateExternalMetadataFilterConfiguration();
}
new StringWriter().withCloseable { writer ->
def xml = new MarkupBuilder(writer)
xml.omitEmptyAttributes = true
Expand Down

0 comments on commit e98b89a

Please sign in to comment.