DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41927>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41927 Summary: Cannot canonicalize with XSLT transform Product: Security Version: Java 1.3 Platform: Other OS/Version: All Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: Signature AssignedTo: security-dev@xml.apache.org ReportedBy: [EMAIL PROTECTED] 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. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.