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: Matcher expressions do not have to cope with url encoded path fragments any more if such are present #721

Merged
merged 2 commits into from
Jun 24, 2023

Conversation

dadrus
Copy link
Owner

@dadrus dadrus commented Jun 24, 2023

Related issue(s)

closes #720

Checklist

  • I agree to follow this project's Code of Conduct.
  • I have read, and I am following this repository's Contributing Guidelines.
  • I have read the Security Policy.
  • I have referenced an issue describing the bug/feature request.
  • I have added tests that prove the correctness of my implementation.

Description

See title

@codecov
Copy link

codecov bot commented Jun 24, 2023

Codecov Report

Merging #721 (c6faa74) into main (69fce94) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #721   +/-   ##
=======================================
  Coverage   89.49%   89.49%           
=======================================
  Files         213      213           
  Lines        9110     9112    +2     
=======================================
+ Hits         8153     8155    +2     
  Misses        765      765           
  Partials      192      192           
Impacted Files Coverage Δ
internal/rules/rule_impl.go 91.42% <100.00%> (+0.51%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dadrus dadrus merged commit 4a8b0a0 into main Jun 24, 2023
@dadrus dadrus deleted the fix/matcher_have_access_to_url_decoded_path branch June 24, 2023 19:12
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.

The matcher have to deal with urlencoded path fragments if such are present in the request url
1 participant