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

common/entity: adds parameter to skip the If-Match Etag header #277

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

joelrebel
Copy link
Contributor

@joelrebel joelrebel commented Sep 20, 2023

This is a work around for (crappy) vendor implementations where the If-Match header does not work - even with '*' as the value, requests are incorrectly denied with an ETag mismatch error.

This is a work around for bad vendor implementations where
the If-Match header does not work - even with the '*' value and requests
are incorrectly denied with an ETag mismatch error.
Copy link
Owner

@stmcginnis stmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Joel!

@stmcginnis stmcginnis merged commit 77490fd into stmcginnis:main Sep 20, 2023
2 checks passed
joelrebel added a commit to bmc-toolbox/bmclib that referenced this pull request Sep 21, 2023
…eaders

Work around for (crappy) vendor implementations where the If-Match
header does not work - even with '*' as the value, requests are
incorrectly denied with an ETag mismatch error.

depends on stmcginnis/gofish#277
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