fix(http): inconsistencies on urlpattern usage on scope (#1059)

* fix(http): inconsistencies on urlpattern usage on scope

* fix tests

* enhance tests
This commit is contained in:
Lucas Fernandes Nogueira
2024-03-11 13:39:35 -03:00
committed by GitHub
parent 4e37316af0
commit c873e4d6c7
2 changed files with 64 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"http": patch
---
Fixes scope not allowing subpaths, query parameters and hash when those values are empty.