: "Berin Lautenbach" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: UTFDataFormatException when verifying large signed files
Date: Mon, 23 Feb 2004 09:06:43 +1100 (EST)
Can't really add much to Erwin's comments, other than one quick
Can't really add much to Erwin's comments, other than one quick question.
What encoding is your XML file in? I've seen errors like this when using
8859 encodings, but I have not used the encoding declaration, so the
parser tries to read as UTF-8. Similarly when I have a let a 8859 char
"slip int
Now could successfully verify signed files which had "cascaded namespace
attributes".
The reason for the earlier failure seems to be when verifying larger
(>40kB) signed files.
There are known problems with large files, but that are only really memory
issues because at present we need to have the
Dear Berin, dear all,
Now could successfully verify signed files which had "cascaded namespace
attributes".
The reason for the earlier failure seems to be when verifying larger (>40kB)
signed files.
I got another (also Apache-XMLSignature-1.0.4) based tool from a colleague
which gives some mor