Thank you, Berin, for your help. > You can call DSIGSignature::setURIResolver() to set a new URI > Resolver. > There are two classes, XSECURIResolverGenericWin32 and > XSECURIResolverGenericUnix, which are re-implementations of > the Xerces > resolvers that handle 301/302 codes. You can pass the > appropriate one > into setURIResolver and you should be right. I don't understand this part very well. Is this enough, or I have to do something else:
XSECURIResolverGenericWin32 theResolver; sig->setURIResolver(&theResolver); I'm still using XSec 1.0, and I'm looking in checksig.cpp code that starts with: if (useXSECURIResolver == true || useAnonymousResolver == true || useInteropResolver == true) { Do I need to set to true all of these flags? Or which one? Do I need this peace of code? (It was disabled by default) Thank you, Milan