sinatra / mustermann

your personal string matching expert
http://sinatrarb.com/mustermann/
MIT License
664 stars 63 forks source link

Use rfc2396 parser instead of `URI::DEFAULT_PARSER` #139

Closed hsbt closed 3 months ago

hsbt commented 3 months ago

Fixed up https://github.com/sinatra/mustermann/pull/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 commented 3 months ago

Released in v3.0.2