Skip to content

URI / IRI checking should complain about ASCII control chars and maybe properly check URIs #625

Open
@joernhees

Description

@joernhees

currently the _is_valid_URI method only checks if a URI includes any of the not allowed printable ASCII chars (see #620)

ASCII control chars like backspace, tab, ... won't lead to an early error / warning.

maybe we should really try to parse URIs with a python builtin lib or maybe https://pypi.python.org/pypi/rfc3987 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requesthelp wantedExtra attention is neededparsingRelated to a parsing.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions