Thanks Jesse, i have run this under a release and debug
build and nothing is indicated. I know its in this code fragmant, as
my application can run for hours on end with no memory issues.
Turning on ValidateSig() causes a slow but sure memory
increase. AFAIK i have deleted/free'd all o
Have you tried running a debug build of your code under the
debugger? After the program terminates, you may find memory leaks listed in the
output window. Sometimes there's enough information to make it obvious where the
leak is, sometimes not. (It's a good idea to do this in the course of
d
Can someone please help me
or point me in the right direction. When running my
application memory usage increases slowly by about 6mb / hour. Commenting
out the function digital signature validation routing ValidateSig() stops the
memory increase.
a) I am getting no errors, so the leak c
Hi Milan,
Milan Tomic wrote:
I'm using XMLSignature ctor like this:
XMLSignature sig = new XMLSignature(doc, BaseURI, docSig, docCan);
and got the following error:
org.apache.xml.security.exceptions.XMLSecurityException: Cannot create a
http://www.w3.org/2000/09/xmldsig#:Signat
I'm using XMLSignature ctor like this:
XMLSignature sig = new XMLSignature(doc, BaseURI, docSig,
docCan);
and got the following error:
org.apache.xml.security.exceptions.XMLSecurityException:
Cannot create a http://www.w3.org/2000/09/xmldsig#:Signature from a
http://www.w3.or