bpair
Results
2
comments of
bpair
I agree this is weird. I was trying to use code from https://github.com/avob/OpenADR The only thing in the spec is really about removing xml signatures to enable backward compatibility and...
This is a quick fix in OadrXMLSignatureHandler: DOMSignContext dsc = new DOMSignContext(privateKey, oadrPayloadNode); // manipulate java signature generation to conform to oadr expectation dsc.setDefaultNamespacePrefix("xmldsig"); dsc.setNextSibling(oadrPayloadNode.getFirstChild());