Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] org.eclipse.higgins.sts.xmlsecurity.apache

I found that the XMLUtils is from the 1.4.0 branch [1] and it is to disable the line breaks on signatures which CardSpace doesn’t like. With XML-Security 1.4.1 and forward, one can define a system property “org.apache.xml.security.ignoreLineBreaks=true” to turn off line break generation on signatures. It’s a bit hacky configuration, but at least it’s something. I’ve submitted bugzilla [2] to upgrade to the latest version

 

George

 

[1] http://svn.apache.org/viewvc/santuario/xml-security-java/tags/J_1_4/

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=345752

 

From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of George Stanchev
Sent: Thursday, May 12, 2011 3:35 PM
To: higgins-dev@xxxxxxxxxxx
Subject: [higgins-dev] org.eclipse.higgins.sts.xmlsecurity.apache

 

Hi,

 

The %subj% project includes XMLUtils from the Apache Santuario project (xmlsec) but it doesn’t say what version is it from and what changes are applied to it. Having this class included in Higgins prevents the possibility of upgrading xmlsec to any version higher than 1.4.1 due to classloading issues. Before I remove this class, I’d like to know about what version it was forked from, why was it forked and what changes were introduced. Any info is greatly appreciated.

 

George Stanchev


Back to the top