Is there any way to stop the sign method of XMLSignature adding namespace
information to every element? When I use it the argument list in my SOAP
message becomes 7 times larger because namespace information is added to
every element. For long element lists this is causing an OutOfMemory error
bec
I am using xml-security 1.1.0 with JDK 1.4.2. Sorry for not including that in the post.
Regards,
Matthew Hanson
Marshall & Ilsley Corporation
Office: (608) 252-5987
Fax: (608) 252-5811
[EMAIL PROTECTED]
Raul Benito <[EMAIL PROTECTED]>
11/29/2004 06:53 PM
Please respond to security-d
Nick:
Unless I am missing something in your example, what you are describing is
the very motivation behind the need for canonicalization of xml for digital
signatures.
By specifying the exact canonicalization method used at the time of signing,
at the point of verification the exact xml can be re
Larry,
I understand what you're saying but canonicalisation
and subsequent validation only happens on the
Signature block. By moving the namespace declaration
to the root element I have effectively removed the
namespace from being part of the canonicalised
representation. This would therefore inva
> Larry,
>
> I understand what you're saying but canonicalisation
> and subsequent validation only happens on the
> Signature block. By moving the namespace declaration
> to the root element I have effectively removed the
> namespace from being part of the canonicalised
> representation. This would
>
> Is there any way to stop the sign method of XMLSignature adding namespace
> information to every element? When I use it the argument list in my SOAP
> message becomes 7 times larger because namespace information is added to
> every element. For long element lists this is causing an OutOfMemory