Re: Janitor

2004-03-15 Thread Berin Lautenbach
Most strange. I've never seen anything like this. If you can send me an XML document that triggers the problem with the changes you mention to checksig, I'll have a look-see. Cheers, Berin Milan Tomic wrote: Berin, I'm using Xerces 2.3, Xalan 1.6 and XSec 1.0. This is error me

C++ Version 1.1

2004-03-15 Thread Berin Lautenbach
Peoples, I have just placed what I think is a ready for release set of binaries for Version 1.1 of the C++ libraries on the web site. They are not yet linked into the mirror system or the download pages, so if anyone finds anything really bad, let me know. http://xml.apache.org/security/1.1/

RE: Janitor

2004-03-15 Thread Milan Tomic
Berin, I'm using Xerces 2.3, Xalan 1.6 and XSec 1.0. This is error message: --- Microsoft Visual C++ --- Unhandled exception in checksig.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. --- OK -

Re: Janitor

2004-03-15 Thread Berin Lautenbach
Milan, THey should not be throwing an exception - that's really basic stuff! What version of Xerces are you using? I know there were some problems with 2.4? Cheers, Berin Milan Tomic wrote: Berin, I belive I've found it. :-) I've copied those three lines of code: DOMNode *x509Nod

RE: Janitor

2004-03-15 Thread Milan Tomic
Berin, I belive I've found it. :-) I've copied those three lines of code: DOMNode *x509Node = findDSIGNode(doc, "X509Certificate"); XMLString::transcode(x509Node->getTextContent()); XMLString::transcode(x509Node->getTextContent());//exception After this line: sig->load(

RE: Janitor

2004-03-15 Thread Milan Tomic
Berin, > Are you able to provide a small piece of code that reproduces the > problem? Happy to have a look-see! Thank you, I'll try to make small example and to send it to you. I've done some debugging and found out that under Debug mode it fails to allocate memory. This is one example (DOMDocu