-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
net/url: better path resolving #4706
Labels
Milestone
Comments
I created a codereview with a simplified resolvePath function and tests for the RFC cases: https://golang.org/cl/7203059 |
This same patch also fixes this: http://play.golang.org/p/089b-_xoNe |
This issue was closed by revision 82e3ca7. Status changed to Fixed. |
dghubble
added a commit
to dghubble/sling
that referenced
this issue
Apr 6, 2015
* Go 1.0 net/url ResolveReference behaved differently and did not meet RFC 3986 with regard to '..' collapsing, empty strings, etc. * golang/go#4706
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: