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(core/http): log message should not duplicate path separator #3573

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

iainsproat
Copy link
Contributor

We don't want to see duplicated / in uris, like this:
Screenshot 2024-07-15 at 17 59 52

As described in the documentation, the Uri.PathAndQuery will return the leading path separator so the formatting context should not introduce another one: https://learn.microsoft.com/en-us/dotnet/api/system.uri?view=net-8.0#examples

- the Uri.PathAndQuery will return the leading path separator so the formatting context should not add it.
- https://learn.microsoft.com/en-us/dotnet/api/system.uri?view=net-8.0#examples
@JR-Morgan JR-Morgan changed the base branch from main to dev July 16, 2024 09:38
@JR-Morgan JR-Morgan merged commit bef9821 into dev Jul 16, 2024
32 checks passed
@JR-Morgan JR-Morgan deleted the iain/fix-log-message branch July 16, 2024 09:38
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