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

HTTP client doesn't support URLs with white space #498

Closed
ilya-stromberg opened this issue Feb 6, 2014 · 1 comment
Closed

HTTP client doesn't support URLs with white space #498

ilya-stromberg opened this issue Feb 6, 2014 · 1 comment

Comments

@ilya-stromberg
Copy link
Contributor

When requesting URLs like http://example.org/white space .html, the HTTP client wrongly convert to the+, but we should use%20instead. Note that+encoding is used only for HTML forms. Bug in thevibe.textfilter.urlencode.filterUrlEncode.

@ilya-stromberg
Copy link
Contributor Author

Thanks, it's OK now.

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