|
From: John R <joh...@gm...> - 2018-10-15 15:01:25
|
> > I overrode willPublishCertificate to return true in > LegacyValidationAuthorityPublisher. After that I still ended up in an > endless recursion because the other method isFullEntityPublishingSupported > in CustomPublisherContainer. Then I overrode that method in > LegacyValidationAuthorityPublisher and made it return false. Then I ended > up with an endless recursion because of storeCertificate in > CustomPublisherContainer. Obviously I can just keep overriding these > methods in LegacyValidationAuthorityPublisher and giving them a static > value but I'm not really sure of the broader implications of doing that. > > |