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

Use rfc2396 parser instead of URI::DEFAULT_PARSER #139

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

hsbt
Copy link
Contributor

@hsbt hsbt commented Aug 8, 2024

Fixed up #138

URI::DEFAULT_PARSER.escape is obsoleted at next stable release of URI. We should use URI::RFC2396_PARSER.escape instead of URI::DEFAULT_PARSER.

@dentarg dentarg merged commit 015b05d into sinatra:main Aug 9, 2024
9 checks passed
@dentarg dentarg changed the title Use rfc2396 parser Use rfc2396 parser instead of URI::DEFAULT_PARSER Aug 9, 2024
@dentarg
Copy link
Member

dentarg commented Aug 9, 2024

Released in v3.0.2

@hsbt hsbt deleted the use-rfc2396-parser branch August 19, 2024 01:54
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

Successfully merging this pull request may close these issues.

2 participants