Which URI resolver are you using? (If you don't set anything you are using XSECURIResolverXerces.
Actually - this whole thing is a nasty piece of work around.
I started off with XSECURIResolverXerces - basically it's just a wrapper around the calls in Xerces that do all the connectivity. I then found it was buggy and didn't handle HTTP re-directs (required by the DSIG standard), so I copied the Xerces code over to XSEC and editted it freely. But it's still primitive.
I am *strongly* considering writing a wrapper for one or two URI handling libraries. *Very* interesting if people have suggestions of good libraries to use. (Xerces has a wrapper for libWWW, but it's not so well supported these days.)
Cheers, Berin
Milan Tomic wrote:
If I try to sign _http://www.setcce.org_ it fails with Apache C++ library, but works fine with Apache Java library. In Apache C++ library I have to add slash at the end of URL like: _http://www.setcce.org/_