-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Adding support for placeholder matching between slashes. * now the behavior is right, it can't be that {finalUrlPath} matches product/products/categories/ since the last slash is part of the template and not the catch-all placeholder * Performance improvements for EscapeExceptBraces * EOL: test/Ocelot.UnitTests/DownstreamRouteFinder/UrlMatcher/UrlPathPlaceholderNameAndValueFinderTests.cs Recover old test for feat 89. Remove BDDfy from new unit tests. Apply AAA-pattern. * Review user scenarios of feat #89 tests * Refactor unit tests * Refactor acceptance tests * Adding documentation for embedded placeholders * Adding acceptance tests * Adding suggestions * again... * Final code review by @raman-m. FindGroups method is private, better to return exact type. Regex optimizations across net6, 7, 8. XML dev-docs markup review. Rename 'curly bracket' to 'brace'. --------- Co-authored-by: Raman Maksimchuk <[email protected]>
- Loading branch information
Showing
5 changed files
with
1,085 additions
and
1,731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.