Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

ValueError on ill-formed URLs  #15

@jw35

Description

@jw35

v1.7.0 (from pip, though apparently not on GitHub yet!) aborts with

ValueError: invalid literal for int() with base 10: '630:212:8::80:10'

on line 60, in extra_request_from_first_line if it encounters a URL with an ill-formed IPv6 literal, e.g.

"GET http://2001:630:212:8::80:10/authentication/login/ HTTP/1.1"

because it tries to parse all but the first component of the address as port number.

While this request is obviously bogus and doesn't work (the request returned status 400) it's easy enough for people to cause such lines to appear in access logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions