Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Validate header value in AddResponseFromClaims #25

Merged
merged 1 commit into from
May 27, 2021

Conversation

davidmarekmsft
Copy link
Contributor

Kestrel doesn't allow non-ascii characters in header values.
It throws InvalidOperationException if a header value contains non-ascii char.
This issue happens only with Kestrel because it has a different implementation of IHeaderDictionary.

Kestrel server doesn't allow non-ascii characters in header values.
It throws InvalidOperationException if a header value contains non-ascii char.
@davidmarekmsft
Copy link
Contributor Author

Fixes issue #26

@jonlester
Copy link
Member

I'm ok with accepting this change. We'll need to update the docs to reflect this as a limitation. I think we can go ahead and merge this now and revisit documentation in the June sprint. I'll have changes to make in this area as well.

@jonlester jonlester closed this May 27, 2021
@jonlester jonlester reopened this May 27, 2021
@jonlester jonlester merged commit 36ee582 into Azure:master May 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants