You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in XMLSecurityDSig.php in some step I couldn't grasp the attribute for ds:Signature gets removed
I suspect it's in the insertSignature() function
I noticed that in XMLSecurityDSig.php in some step I couldn't grasp the attribute for ds:Signature gets removed
I suspect it's in the insertSignature() function
Expected
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"></ds:Signature>
Output
<ds:Signature></ds:Signature>
The text was updated successfully, but these errors were encountered: