To whom it may engage...
This is an automated request, but not an unsolicited one. For help understanding the
request please visit http://jakarta.apache.org/gump/nagged.html, and/or contact [EMAIL
PROTECTED]
Project xml-security has an issue affecting it's community integration. This is
Good day,
The XSecurity implementation seems to allow having multiple signed Signature
nodes in the same XML file. I have done this in fact but there is one small
problem I am experiencing, it won't validate after being read in from a file.
If I create a fresh DOMDocument and add 2 DSig's to i
Hi Andrew,
I had only a quick glance at this, but I think it may hve something to do
with the fact that your "Object" is outside the signature, and you specify
the type of the reference to be a reference to a ds:Object element which
should be at the right place in the ds:Signature.
just my 2c,
K
To whom it may engage...
This is an automated request, but not an unsolicited one. For help understanding the
request please visit http://jakarta.apache.org/gump/nagged.html, and/or contact [EMAIL
PROTECTED]
Project xml-security has an issue affecting it's community integration. This is
Good day once again,
The problem did NOT have to do with the fact that I have multiple signatures in
a single file. The problem is that a Signature had multiple DSIGReference's to
Object's outside the signature. Leading to failing to verify after the XML file
is reloaded from disk.
Here is an
Andrew,
Could you provide a full XML file together with the piece of code you are
using to produce the signature? There could be something in the
transforms within the references. There might also be something being
added during the signature build that is not getting properly reflected in
the a
Vishal Mahajan wrote:
So by adding the namespace attributes to the current document, but
keeping a record of what you have added so you can remove it, you keep
memory down.
Are we planning to do this in java library?
Yes, but it's not on the immediate list of things to do. However it was
som