Skip to content

URI breaks query strings containing = symbol #193

Open
@neilrackett

Description

@neilrackett

If you create a new URI instance using a URL that has a query string property value containing an = symbol, the URI class will truncate the value at the point immediately before it appears.

For example:

var uri:URI = new URI("http://www.domain.com/foo?bar=la=de-da");
uri.forceEscape();
trace(uri.query); // Outputs: bar=la

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