Skip to content

Bugfix: Invalid name character in 'http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics'. The ':' character, hexadecimal value 0x3A, cannot be included in a name.#1

Merged
antnks merged 1 commit into
masterfrom
patch-1
Jul 18, 2019
Merged

Bugfix: Invalid name character in 'http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics'. The ':' character, hexadecimal value 0x3A, cannot be included in a name.#1
antnks merged 1 commit into
masterfrom
patch-1

Conversation

@antnks
Copy link
Copy Markdown
Owner

@antnks antnks commented Jul 18, 2019

Added missing "DigestValue" to dictionary
ref: https://msdn.microsoft.com/en-us/library/cc219187.aspx
This fixes invalid XML exception:
Invalid name character in 'http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics'. The ':' character, hexadecimal value 0x3A, cannot be included in a name.

I added the missing "DigestValue" to dictionary between "DigestMethod" and "Address".
ref: https://msdn.microsoft.com/en-us/library/cc219187.aspx
@antnks
Copy link
Copy Markdown
Owner Author

antnks commented Jul 18, 2019

The fix found at: GDSSecurity#1

@antnks antnks merged commit 9af4c2c into master Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants