[java-metadata-aggregator] branch master updated: MDA-198 - X.509 validators should not set default component ID
Ian Young
ian at iay.org.uk
Mon Jan 15 11:07:25 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=5653f0bf58e4b08f8023c39dec92434f9eabf3ff
The following commit(s) were added to refs/heads/master by this push:
new 5653f0b MDA-198 - X.509 validators should not set default component ID
5653f0b is described below
commit 5653f0bf58e4b08f8023c39dec92434f9eabf3ff
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 15 16:07:20 2018 +0000
MDA-198 - X.509 validators should not set default component ID
---
.../metadata/validate/x509/X509RSAOpenSSLBlacklistValidatorTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/aggregator-blacklists/src/test/java/net/shibboleth/metadata/validate/x509/X509RSAOpenSSLBlacklistValidatorTest.java b/aggregator-blacklists/src/test/java/net/shibboleth/metadata/validate/x509/X509RSAOpenSSLBlacklistValidatorTest.java
index a3f840f..63bf0a4 100644
--- a/aggregator-blacklists/src/test/java/net/shibboleth/metadata/validate/x509/X509RSAOpenSSLBlacklistValidatorTest.java
+++ b/aggregator-blacklists/src/test/java/net/shibboleth/metadata/validate/x509/X509RSAOpenSSLBlacklistValidatorTest.java
@@ -39,6 +39,7 @@ public class X509RSAOpenSSLBlacklistValidatorTest extends BaseX509ValidatorTest
final X509RSAOpenSSLBlacklistValidator val = new X509RSAOpenSSLBlacklistValidator();
val.setBlacklistResource(new ClassPathResource("net/shibboleth/metadata/validate/x509/debian-2048.txt"));
val.setKeySize(2048);
+ val.setId("test");
val.initialize();
final Item<String> item = new MockItem("foo");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list