https://issues.apache.org/bugzilla/show_bug.cgi?id=47853

trat...@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from trat...@yahoo.com 2009-09-16 10:51:33 PDT ---
Hi,
I am using exclusive canonicalization  
<CanonicalizationMethod
   Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#WithComments";> 
  ....


Basically what I did is sign the assertion and then all I did was manually edit
the file by adding <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";> at the beginning of
the file and </soapenv:Envelope> at the end of the file.
If I then try to validate the signature, the signature validates but the
reference does not. When using an inclusive canonicaliztion the signature also
does not validate, so using the exclusive c14n does have a positive effect, but
it does not help the reference validation.

If I were to add the Envelope tag with out the namespace declaration - it
validates successfully.


This is how I came to the conclusion that the reference validation problem only
occurs when adding tags with namespace declarations.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to