Bug 41927 - Cannot canonicalize with XSLT transform
Summary: Cannot canonicalize with XSLT transform
Status: CLOSED FIXED
Alias: None
Product: Security - Now in JIRA
Classification: Unclassified
Component: Signature (show other bugs)
Version: Java 1.3
Hardware: Other All
: P2 normal
Target Milestone: ---
Assignee: XML Security Developers Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2007-03-22 02:27 UTC by Lijun Liao
Modified: 2007-09-19 12:33 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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