Skip to content

Conversation

@sannies
Copy link

@sannies sannies commented Nov 4, 2025

The problem here is that the path is resolved immediately:

https://host:443/key%2Fpart_a%2Fpart_b

becomes

https://host:443/key/part_a/part_b

and that is not the same URL. And there is no way to actually reconstruct the initial URL as we don't know which slash stems from a '%2F' and which one was alway just a slash '/'.

This PR is in response to: #17613 (comment)

The HostParser is a very central component so I'm hesitant to even propose changing it!

@sannies sannies requested a review from a team as a code owner November 4, 2025 14:04
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.

1 participant