Skip to content

Commit

Permalink
SHIBUI-670 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jul 23, 2018
1 parent 82dadc8 commit c8a54f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {
) {
metadataResolverRepository.findAll().each { edu.internet2.tier.shibboleth.admin.ui.domain.resolvers.MetadataResolver mr ->
//TODO: We cannot/do not currently have the code to marshall the internal incommon chaining resolver
if (mr.type != 'BaseMetadataResolver') {
if ((mr.type != 'BaseMetadataResolver') && (mr.enabled)) {
constructXmlNodeForResolver(mr, delegate) {
MetadataFilter(
'xsi:type': 'SignatureValidation',
Expand Down

0 comments on commit c8a54f6

Please sign in to comment.