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

Improve support for reserved characters #1158

Closed
acoburn opened this issue Nov 9, 2020 · 0 comments · Fixed by #1159
Closed

Improve support for reserved characters #1158

acoburn opened this issue Nov 9, 2020 · 0 comments · Fixed by #1159
Labels
area/http HTTP module
Milestone

Comments

@acoburn
Copy link
Member

acoburn commented Nov 9, 2020

Certain ASCII characters require special handling in the context of URLs, URIs and IRIs. These are outlined in RFC 3987 and include characters such as [ and ] or %. It should be possible to completely disallow certain such characters while URL-encoding those that are allowed. Since non-ASCII characters are allowed, it should be possible to limit the URL encoded versions to just these characters. These character lists should also be configurable.

@acoburn acoburn added the area/http HTTP module label Nov 9, 2020
@acoburn acoburn added this to the 0.17 Release milestone Nov 9, 2020
acoburn added a commit that referenced this issue Nov 9, 2020
acoburn added a commit that referenced this issue Nov 9, 2020
acoburn added a commit that referenced this issue Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/http HTTP module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant