Skip to content

Unquoter accepts incorrect %-sequences containing a space #520

@serhiy-storchaka

Description

@serhiy-storchaka
>>> URL.build(path='/% 2', encoded=True).path
'/\x02'
>>> URL.build(path='/%2 ', encoded=True).path
'/\x02'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions