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

Corrupts query strings with %25 → %2525 → %252525 → ⋯ #4

@andersk

Description

@andersk
>>> url = 'http://example.com/?q=%25'
>>> url = Url.validateUrl(url, Options())['cleanUrl']; url
'http://example.com/?q=%2525'
>>> url = Url.validateUrl(url, Options())['cleanUrl']; url
'http://example.com/?q=%252525'
>>> url = Url.validateUrl(url, Options())['cleanUrl']; url
'http://example.com/?q=%25252525'
>>> url = Url.validateUrl(url, Options())['cleanUrl']; url
'http://example.com/?q=%2525252525'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions