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

Bug in url normalization #26

Open
aflmp opened this issue Aug 3, 2023 · 0 comments
Open

Bug in url normalization #26

aflmp opened this issue Aug 3, 2023 · 0 comments
Assignees
Labels

Comments

@aflmp
Copy link

aflmp commented Aug 3, 2023

url = http://example.com//a/b/c
neturl.parse(url):normalize()

Expected outcome

-- url.host = example.com
-- url.path = /a/b/c

Actual outcome

-- url.host = a
-- url.path = /b/c
@golgote golgote added the fixme label Aug 3, 2023
@golgote golgote self-assigned this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants