The CRDetectionStage introduced in 0.9.1 is relevant only to SAML metadata (it’s detecting an issue affecting a specific Shibboleth SP version and perhaps ADFS) and has (via the error prefix code in its parent class, now refactored out into AbstractSAMLTraversalStage) specific SAML functionality in terms of mentioning the enclosing SAML entity (although I’m not sure that actually works… another issue).
CRDetectionStage and should be moved from the metadata.dom package into metadata.dom.saml.
The
CRDetectionStage
introduced in 0.9.1 is relevant only to SAML metadata (it’s detecting an issue affecting a specific Shibboleth SP version and perhaps ADFS) and has (via the error prefix code in its parent class, now refactored out intoAbstractSAMLTraversalStage
) specific SAML functionality in terms of mentioning the enclosing SAML entity (although I’m not sure that actually works… another issue).CRDetectionStage
and should be moved from themetadata.dom
package intometadata.dom.saml
.