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

Better handling of query parameter names with . in them. #109

Open
lrhn opened this issue May 3, 2017 · 0 comments
Open

Better handling of query parameter names with . in them. #109

lrhn opened this issue May 3, 2017 · 0 comments

Comments

@lrhn
Copy link

lrhn commented May 3, 2017

See: http://dartbug.com/29520 or http://stackoverflow.com/questions/43729880 for context.

If a query parameter contains a ., the Symbol constructor will accept it (because #foo.bar is a valid symbol that can represent a library name), but it won't match any parameter name.
It seems some support for this case is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant