Hello,
I'm trying to update the version of the Spring SP I'm using, but when I'm compiling the latest version, a unit test fails. The test in question is
I've tried to skip the test and proceed anyway, but in that case, my IdP raises signature validation errors. It was working fine with the previous version I was using. Something tells me that this error is related to the failed unit test...Code:org.springframework.security.saml.metadata.MetadataManagerSignaturesTest.testSignature_chain_CA_noCRL
I've tried to debug a bit to see if the problem has to do with something wrong that I might be doing, but since could not find anything, I though it might be a better idea to point out the issue to someone who knows the codebase better than I do.
--jtellier


Reply With Quote