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

vhost root mapping inconsistency #10354

Closed
rymsha opened this issue Dec 4, 2023 · 0 comments · Fixed by #10358
Closed

vhost root mapping inconsistency #10354

rymsha opened this issue Dec 4, 2023 · 0 comments · Fixed by #10358
Assignees
Labels
Milestone

Comments

@rymsha
Copy link
Contributor

rymsha commented Dec 4, 2023

source = `/`
target = `/site/repo`

request to /
produces /site/repo/ rawPath

source = `/ui`
target =`/site/repo`

request to /ui
produces /site/repo rawPath

rawPath should be /site/repo in both cases

The only mapping that should work a bit differently

source = `/`
target =`/`

request to /
rawPath should be /

@rymsha rymsha added the Bug label Dec 4, 2023
@rymsha rymsha self-assigned this Dec 4, 2023
rymsha added a commit that referenced this issue Dec 5, 2023
@rymsha rymsha linked a pull request Dec 5, 2023 that will close this issue
rymsha added a commit that referenced this issue Dec 5, 2023
rymsha added a commit that referenced this issue Dec 5, 2023
@rymsha rymsha added this to the 7.13.5 milestone Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant