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

Fix #252: infinite loop because the "hypertext engine" generates invalid URLs #253

Merged
merged 1 commit into from
Mar 12, 2016

Commits on Mar 6, 2016

  1. Fix hub4j#252: infinite loop because the "hypertext engine" may dupli…

    …cate '?' generating invalid "https://api.github.com/notifications?all=true&page=2?all=true" instead of "https://api.github.com/notifications?all=true&page=2&all=true". A better fix will be to prevent duplication of parameters ("all=true" in this case).
    cyrille-leclerc committed Mar 6, 2016
    Configuration menu
    Copy the full SHA
    ba951cb View commit details
    Browse the repository at this point in the history