Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
merged 1 commit into from
Jul 18, 2019

Conversation

antnks
Copy link
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
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