Hi, Currently one can only configure whether to include line breaks or not in a signature via the system property:
org.apache.xml.security.ignoreLineBreaks As this system property is evaluated only once as a static member variable in XMLUtils it can't really be configured at runtime. Is there any reason why this is so? It's a bit inconvenient, as it seems like a reasonable thing to allow client code to set. Are you guys open to a patch to allow alternate means of configuring this variable? Colm.