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

fix(headers): Metadata requestHeaders lookup should be case insensitive #863

Merged
merged 2 commits into from
Apr 20, 2020

Conversation

jonsie
Copy link
Contributor

@jonsie jonsie commented Apr 20, 2020

In #790 I removed HttpHeaders so that echo-api could be dependency free (basically, just Java) -- this is important for the ongoing extensibility / plugin work we are doing.

However, I overlooked that HttpHeaders builds a case insensitive map. This resolves that issue.

Resolves: spinnaker/spinnaker#5645
Relates to: #840

@jonsie jonsie requested a review from ezimanyi April 20, 2020 19:23
@jonsie
Copy link
Contributor Author

jonsie commented Apr 20, 2020

@ferwguerra

@jonsie jonsie merged commit 90183cf into spinnaker:master Apr 20, 2020
@jonsie
Copy link
Contributor Author

jonsie commented Apr 20, 2020

@ezimanyi I assume this will need to be cherry picked into a release?

@ezimanyi
Copy link
Contributor

Yup, for sure, in general feel free to just request the backport from mergify; I review the list of outstanding cherry-picks every day and merge them in.

@ezimanyi
Copy link
Contributor

@Mergifyio backport release-1.19.x

@mergify
Copy link
Contributor

mergify bot commented Apr 20, 2020

Command backport release-1.19.x: success

Backports have been created

@jonsie
Copy link
Contributor Author

jonsie commented Apr 20, 2020

Yup, for sure, in general feel free to just request the backport from mergify; I review the list of outstanding cherry-picks every day and merge them in.

Ah, very cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants