https://issues.apache.org/bugzilla/show_bug.cgi?id=45961
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from [EMAIL PROTECTED] 2008-10-07 06:55:04 PST ---
(In reply to comment #0)
> I developed own canonicalization method and register it. Sign with my method
> perform successful, but verify finished with error: Cannot find SignatureValue
> in Signature. Constructor SignedInfo(Element, Strign) canonicalize
> ds:SignedInfo by my method, reparse it into a new document and replace the
> original not-canonicalized ds:SignedInfo. After replace, XMLSignature try get
> ds:SignatureValue by method getNextSibling of element ds:SignedInfo. But it is
> null!
>
You say you parsed it into a new document, so did you use Document.importNode
when replacing the SignedInfo in the original document?
In any case, we will need a reproducible test case to analyze this. Please
attach it to the bug report, thanks.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.