The attached diff makes the problem go away for my code and illustrates
what's happening. In line 1122 of XSECC14n20010315.cpp, m_formatBuffer
becomes zero length, so every attribute gets added to the sort list with
the same key, meaning that all attributes except the first in an element get
discar
l time: 22 seconds
-
To subscribe to this information via syndicated feeds:
RSS: http://brutus.apache.org/gump/public/xml-security/xml-security/rss.xml
Atom: http://brutus.apache.org/gump/public/xml-security/xml-security/atom.xml
--
Gump E-mail Id
l time: 22 seconds
-
To subscribe to this information via syndicated feeds:
RSS: http://brutus.apache.org/gump/public/xml-security/xml-security/rss.xml
Atom: http://brutus.apache.org/gump/public/xml-security/xml-security/atom.xml
--
Gump E-mail Id
Hello Sean,
Thank you very much for your help. I've read RFC 3280 and I
understand PKIX little better now. :)
Please, could you give me some small example of CertStore (PKIX)
usage? Retriving CRLs using HTTP and LDAP protocols and validating that
cert is not revoked.
Thank you,
M
> try latest cvs or drop latest xalan into your jre\lib\endorsed.
>
> -- dims
>
As JDK 1.4.2_05 it is a shipping product, perhaps it´s time to do a 1.2
beta release, or at least do a 1.1JDK1.4.2.02 with only the reflection
patch.
I rather the 1.2 beta with all the optimizations so they are teste i
try latest cvs or drop latest xalan into your jre\lib\endorsed.
-- dims
On Wed, 21 Jul 2004 00:16:34 -0500, Scott M Stark <[EMAIL PROTECTED]> wrote:
> I was seeing an IllegalAccessError in some code using the xmlsec jar
> when switching from JDK 1.4.2_04 to 1.4.2_05 so I pulled down the code
> to