Re: UTFDataFormatException when verifying large signed files

2004-02-25 Thread Jozef Aerts - Comp.Chem.Cons. - XML4Pharma
: "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

Re: UTFDataFormatException when verifying large signed files

2004-02-22 Thread Berin Lautenbach
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

Re: UTFDataFormatException when verifying large signed files

2004-02-22 Thread Erwin van der Koogh
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

UTFDataFormatException when verifying large signed files

2004-02-22 Thread Jozef Aerts - Comp.Chem.Cons. - XML4Pharma
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