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

Wrong protocol identification for relative URL with colons #49

Closed
Ragnarokkr opened this issue Oct 20, 2012 · 2 comments
Closed

Wrong protocol identification for relative URL with colons #49

Ragnarokkr opened this issue Oct 20, 2012 · 2 comments
Labels

Comments

@Ragnarokkr
Copy link

I think to have found a minor issue, in URI parsing.

You can replicate this issue using the Wikipedia links. For example, parsing a local URL on Wikipedia:

<a href="/wiki/Help:IPA">....</a>

the URI.parse() method returns for protocol

/wiki/Help

and for path

IPA

and this is clearly wrong.

@rodneyrehm
Copy link
Member

good catch! I'll look into it

@rodneyrehm
Copy link
Member

This issue has been adressed and is fixed in v1.7.4

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