Skip to content

chore: update URLMatch to follow upstream #3150

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

Merged
merged 1 commit into from
Apr 23, 2025

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Apr 22, 2025

@dgozman dgozman requested a review from mxschmitt April 22, 2025 11:36
// To ensure the same url matching behvaior, do the same.
internal static Uri FixupTrailingSlash(Uri uri)
{
var builder = new UriBuilder(uri);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it any better than new Uri that we used before?

@yury-s yury-s merged commit b6b39f4 into microsoft:main Apr 23, 2025
15 checks passed
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