Skip to content

UrlUnescapeString irreversabily transforms data #44

@euroelessar

Description

@euroelessar

UrlUnescapeString produces the same output for semantically different strings, for example:

UrlUnescapeString("%2523", false) == "%23"
UrlUnescapeString("%23", false) == "%23"

This makes it impossible to understand original intent of a user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions