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

Form.parseUrlEncodedForm should handle no value #73

Closed
gchatelet opened this issue Jul 10, 2012 · 3 comments
Closed

Form.parseUrlEncodedForm should handle no value #73

gchatelet opened this issue Jul 10, 2012 · 3 comments

Comments

@gchatelet
Copy link
Contributor

An url as such is perfectly valid http://localhost:8888/cobalui/hosted.html?cobalui but as of now it chokes on ths enforce form.d:52

@ghost ghost assigned j-krueger Jul 10, 2012
@j-krueger
Copy link
Contributor

Fixed in 060663f. Now query/form params without a value will be parsed as key value pair with an empty string as the value.

@j-krueger
Copy link
Contributor

Fixed fix:) now covering all combinations of empty and non-empty values. See 26761ab

@gchatelet
Copy link
Contributor Author

Awesome : ) Thx !

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

2 participants