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

Made it possible to have refs that include URI-special characters #322

Merged

Conversation

iainbeeston
Copy link
Contributor

Turns out that before:

  • if you had a ref that included a colon, the text before the colon was
    treated as the scheme and the text after the colon as a path
  • the unescape_uri method was actually only parsing the path of the
    uri (therefore anything before a colon was being stripped when passed
    to unescape_uri)

Fixes #319

Turns out that before:

* if you had a ref that included a colon, the text before the colon was
  treated as the scheme and the text after the colon as a path
* the unescape_uri method was actually only parsing the path of the
  uri (therefore anything before a colon was being stripped when passed
  to unescape_uri)

Fixes voxpupuli#319
@RST-J
Copy link
Contributor

RST-J commented May 3, 2016

👍

@iainbeeston iainbeeston merged commit a5a45c6 into voxpupuli:master May 13, 2016
@iainbeeston iainbeeston deleted the allow-special-characters-in-refs branch May 13, 2016 14:18
jayniz added a commit to jayniz/lacerda that referenced this pull request May 19, 2016
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

Successfully merging this pull request may close these issues.

2 participants