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

Special char in URL #16

Merged
merged 1 commit into from
Jan 10, 2015
Merged

Conversation

ArthurHoaro
Copy link
Contributor

Trying to fix issue with special char in URL such as Wikipedia (mentionned in #14).

  • decode URL's path in request headers

While this seems to work with Wikipédia, further tests should be done to avoid regression.

@Kcchouette
Copy link
Contributor

👍 for wikipedia

@AmauryCarrade
Copy link
Owner

Works well for me (can be tested here). I'll test a bit more and then merge.

@AmauryCarrade
Copy link
Owner

Excepted for domains with special chars (such as http://académie-française.fr), it works well.
And for the domains, the problem seems to be on a library we're using to download the page.

So I'll merge :) .

AmauryCarrade added a commit that referenced this pull request Jan 10, 2015
Fixed URLs with special chars not working.
@AmauryCarrade AmauryCarrade merged commit 6c37c5d into AmauryCarrade:master Jan 10, 2015
@ArthurHoaro ArthurHoaro deleted the specialchar branch February 9, 2015 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants