Skip to content

Commit

Permalink
Add space after xmlns:wsu to prevent xmldom warning (#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Good <[email protected]>
  • Loading branch information
scagood and Sebastian Good authored May 1, 2024
1 parent aef5e92 commit 4972946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/security/WSSecurityCert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class WSSecurityCert implements ISecurity {
} else {
const secHeader =
`<wsse:Security ${secExt} ` +
secUtility +
`${secUtility} ` +
`${envelopeKey}:mustUnderstand="1">` +
binarySecurityToken +
`</wsse:Security>`;
Expand Down

0 comments on commit 4972946

Please sign in to comment.