Lopez Cantero, Sergio wrote:
Hi, I've seen that every time you create a xmlsignature, nodes get "formatted"
with a carry return at the end of the starting tag, p. ex:
Is there a way to deactivate this behavior?
Yes. If you set the system property named
"org.apache.xml.security.ignoreLine
Hi,
I think I know what the problem is. Since you are using JDK 6, you are
using the XML Signature implementation/JSR 105 that is bundled with JDK
6. Thus you are not picking up the new features and fixes in XMLSec 1.4.2.
To override the JDK 6 implementation, put xmlsec.jar into
/jre/lib/end
I've put xalan.jar to the /jre/lib/endorsed (which I had to create) and
to /jre/lib/ext (just in case). It still doesn't work. And I've tried
it only with the "endorsed" dir (without "ext"), didn't work either.
Raul Benito-2 wrote:
>
> Umm strange, it seems that the problem is jsr105 code, an