Bug 41927

Summary: Cannot canonicalize with XSLT transform
Product: Security - Now in JIRA Reporter: Lijun Liao <lijun.liao>
Component: SignatureAssignee: XML Security Developers Mailing List <security-dev>
Status: CLOSED FIXED    
Severity: normal Keywords: PatchAvailable
Priority: P2    
Version: Java 1.3   
Target Milestone: ---   
Hardware: Other   
OS: All   

Description Lijun Liao 2007-03-22 02:27:34 UTC
While trying to perform XSLT transform, the following method is called; however
the _transformObject is not forwarded. Therefore we get always
NullPointException that says transformObject is null.

protected XMLSignatureInput enginePerformTransform(XMLSignatureInput input,
Transform _transformObject)
           throws IOException,
                  TransformationException {
   	return enginePerformTransform(input,null, null);
   }

This is solved if we change the corresponding null to _transformObject.
Comment 1 sean.mullan 2007-03-22 07:33:29 UTC
Fixed. Thanks for providing the suggested fix.
Comment 2 sean.mullan 2007-09-19 12:33:42 UTC
Closing old bugs. Fixed in 1.4.1