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

ipv6 starting with :: handled wrong #145

Closed
Jellyfrog opened this issue Apr 15, 2014 · 1 comment
Closed

ipv6 starting with :: handled wrong #145

Jellyfrog opened this issue Apr 15, 2014 · 1 comment

Comments

@Jellyfrog
Copy link

new URI('http://[::1]').toString();
// http://[::1]/
new URI('http://[::1]').normalize().toString();
// http://:1/

@rodneyrehm
Copy link
Member

the issue was caused by an undeclared variable - I realized I'd never added jshint to URI.js and fixed that with v1.13.1 as well

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

No branches or pull requests

2 participants