https://issues.apache.org/bugzilla/show_bug.cgi?id=45961
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from [EMAIL PROTECTED] 2008-10-14 08:18:12 PST ---
Fixed in the latest source tree.
The problem was that if you define a custom canonicalization method, the
SignedInfo element is canonicalized and replaced before validating the
signature and references (as a security precaution). However, the code was
still holding a stale reference to the old SignedInfo element, thus the
exception. The fix was to simply get a reference to the new SignedInfo element.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.