Bug 42597

Summary: Unnecessary namespace declarations on Signature children
Product: Security - Now in JIRA Reporter: Brent Putman <putmanb>
Component: SignatureAssignee: XML Security Developers Mailing List <security-dev>
Status: RESOLVED FIXED    
Severity: normal CC: lajoie
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Test program that demonstrates the problem
Data file for test program

Description Brent Putman 2007-06-05 17:36:26 UTC
In the Java version of the library, when a Signature element is generated using
XMLSignature, all of the children of the resulting Signature element have the
signature namespace prefix unnecessarily re-declared.  Ideally the namespace
prefix would be declared only once, on the Signature element itself.
Comment 1 Brent Putman 2007-06-05 17:38:03 UTC
Created attachment 20315 [details]
Test program that demonstrates the problem

Test program that demonstrates the problem.
Comment 2 Brent Putman 2007-06-05 17:38:47 UTC
Created attachment 20316 [details]
Data file for test program

XML data file for test program.
Comment 3 sean.mullan 2007-10-04 15:11:03 UTC
Fixed in HEAD.