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
this is not an issue which breaks code or make message invalid but leads to inconsistent namespace prefixing. Everywhere in code namespace http://www.w3.org/2000/09/xmldsig has prefix "ds" (from XMLSecurityDSig class) but in WSSESoap::addEncryptedKey() this namspace is introduced with prefix "dsig".
Hello,
this is not an issue which breaks code or make message invalid but leads to inconsistent namespace prefixing. Everywhere in code namespace http://www.w3.org/2000/09/xmldsig has prefix "ds" (from XMLSecurityDSig class) but in WSSESoap::addEncryptedKey() this namspace is introduced with prefix "dsig".
Line 318:
Thank you!
The text was updated successfully, but these errors were encountered: