Skip to content

fix deferred deletion using vector#200

Merged
RomanDzhabarov merged 2 commits intomasterfrom
fix_deferred_deletion
Nov 8, 2016
Merged

fix deferred deletion using vector#200
RomanDzhabarov merged 2 commits intomasterfrom
fix_deferred_deletion

Conversation

@mattklein123
Copy link
Copy Markdown
Member

@mattklein123 mattklein123 commented Nov 8, 2016

This is a regression from 83c421. We can to deferred deletion in a nested
manner which breaks the code from that commit. This fixes that but also
makes the logic simpler overall. Now, if we are currently doing deferred
deletion we just delete immediately.

This is a regression from 83c421. We can to deferred deletion in a nested
manner which breaks the code form that commit. This fixes that but also
makes the logic simpler overall. Now, if we are currently doing deferred
deletion we just delete immediately.
@mattklein123
Copy link
Copy Markdown
Member Author

@lyft/network-team

@RomanDzhabarov RomanDzhabarov merged commit 6326ced into master Nov 8, 2016
@RomanDzhabarov RomanDzhabarov deleted the fix_deferred_deletion branch November 8, 2016 02:12
rshriram pushed a commit to rshriram/envoy that referenced this pull request Oct 30, 2018
mattklein123 pushed a commit that referenced this pull request Sep 29, 2020
…200)

Previously header matching did not match on all headers for
non-inline headers. This patch changes the default behavior to
always logically match on all headers. Multiple individual
headers will be logically concatenated with ',' similar to what
is done with inline headers. This makes the behavior effectively
consistent. This behavior can be temporary reverted by setting
the runtime value "envoy.reloadable_features.header_match_on_all_headers"
to "false".

Targeted fixes have been additionally performed on the following
extensions which make them consider all duplicate headers by default as
a comma concatenated list:
1) Any extension using CEL matching on headers.
2) The header to metadata filter.
3) The JWT filter.
4) The Lua filter.
Like primary header matching used in routing, RBAC, etc. this behavior
can be disabled by setting the runtime value
"envoy.reloadable_features.header_match_on_all_headers" to false.

Finally, the setCopy() header map API previously only set the first
header in the case of duplicate non-inline headers. setCopy() now
behaves similiarly to the other set*() APIs and replaces all found
headers with a single value. This may have had security implications
in the extauth filter which uses this API. This behavior can be disabled
by setting the runtime value
"envoy.reloadable_features.http_set_copy_replace_all_headers" to false.

Fixes https://github.com/envoyproxy/envoy-setec/issues/188

Signed-off-by: Matt Klein <mklein@lyft.com>
esmet pushed a commit to gravitee-io/envoy that referenced this pull request Apr 15, 2021
envoyproxy#200)

Previously header matching did not match on all headers for
non-inline headers. This patch changes the default behavior to
always logically match on all headers. Multiple individual
headers will be logically concatenated with ',' similar to what
is done with inline headers. This makes the behavior effectively
consistent. This behavior can be temporary reverted by setting
the runtime value "envoy.reloadable_features.header_match_on_all_headers"
to "false".

Targeted fixes have been additionally performed on the following
extensions which make them consider all duplicate headers by default as
a comma concatenated list:
1) Any extension using CEL matching on headers.
2) The header to metadata filter.
3) The JWT filter.
4) The Lua filter.
Like primary header matching used in routing, RBAC, etc. this behavior
can be disabled by setting the runtime value
"envoy.reloadable_features.header_match_on_all_headers" to false.

Finally, the setCopy() header map API previously only set the first
header in the case of duplicate non-inline headers. setCopy() now
behaves similiarly to the other set*() APIs and replaces all found
headers with a single value. This may have had security implications
in the extauth filter which uses this API. This behavior can be disabled
by setting the runtime value
"envoy.reloadable_features.http_set_copy_replace_all_headers" to false.

Fixes https://github.com/envoyproxy/envoy-setec/issues/188

Signed-off-by: Matt Klein <mklein@lyft.com>
arminabf pushed a commit to arminabf/envoy that referenced this pull request Jun 5, 2024
mathetake added a commit that referenced this pull request Mar 3, 2026
**Commit Message**:

This generates the API documentation hosted on the site.

**Related Issues/PRs (if applicable)**:

#29

---------

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
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