Skip to content

Use rfc2396 parser instead of URI::DEFAULT_PARSER#139

Merged
dentarg merged 3 commits intosinatra:mainfrom
hsbt:use-rfc2396-parser
Aug 9, 2024
Merged

Use rfc2396 parser instead of URI::DEFAULT_PARSER#139
dentarg merged 3 commits intosinatra:mainfrom
hsbt:use-rfc2396-parser

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.

@hsbt hsbt force-pushed the use-rfc2396-parser branch from 53f79f8 to 0cf6b84 Compare August 8, 2024 02:55
@dentarg dentarg merged commit 015b05d into sinatra:main Aug 9, 2024
@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

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