Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI breaks query strings containing = symbol #193

Open
neilrackett opened this issue Apr 9, 2015 · 0 comments
Open

URI breaks query strings containing = symbol #193

neilrackett opened this issue Apr 9, 2015 · 0 comments

Comments

@neilrackett
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant