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: fault injection regex #734

Merged
merged 2 commits into from
May 12, 2020
Merged

fix: fault injection regex #734

merged 2 commits into from
May 12, 2020

Conversation

lobkovilya
Copy link
Contributor

Summary

I thought the problem in envoy escaping of dot in regex. But escaping happens only for showing config_dump. The real problem was in the way safe_regex works. It checks that the whole header matches regex (not just its part).
So I updated regex and tests.

@lobkovilya lobkovilya requested a review from a team May 12, 2020 06:44
@lobkovilya lobkovilya merged commit bb26ae7 into master May 12, 2020
@lobkovilya lobkovilya deleted the fix/fault-injection-regex branch July 29, 2020 14:01
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.

None yet

2 participants