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

Simplify host parsing fix #403

Merged
merged 3 commits into from Dec 23, 2020

Commits on Dec 21, 2020

  1. Simplify host parsing fix

    * Attempt to simplify host parsing fix made in 4f45faf by normalizing backslashes into forward slashes before parsing authority.
    * Add test case.
    
    Two test cases currently fail because they expect host/hostname mutators to throw exceptions when they contain backslashes. Will address after discussion in PR.
    alesandroortiz committed Dec 21, 2020
    Copy the full SHA
    a79563a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    944822a View commit details
    Browse the repository at this point in the history
  3. Apply rodneyrehm's patch

    Apply patch from medialize#403 (comment)
    alesandroortiz committed Dec 21, 2020
    Copy the full SHA
    f72e41b View commit details
    Browse the repository at this point in the history