We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Header keys should ignore case. This is what I found while using Istio, please community developers to fix it ASAP thanks.
The text was updated successfully, but these errors were encountered:
Can this improvement be patched over the previous version?
Sorry, something went wrong.
[ISSUE-#4854] Modify Header to support Keys Ignore Case (#4870)
6379ba2
* Modify header key Ignore Case, Replace LinkedHashMap with TreeMap(String.case_insensitive_order) * Delete redundant import * add junit test case
Maijh97
Successfully merging a pull request may close this issue.
Header keys should ignore case. This is what I found while using Istio, please community developers to fix it ASAP
thanks.
The text was updated successfully, but these errors were encountered: