Closed hsbt closed 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.
URI::DEFAULT_PARSER.escape
URI::RFC2396_PARSER.escape
URI::DEFAULT_PARSER
Released in v3.0.2
Fixed up https://github.com/sinatra/mustermann/pull/138
URI::DEFAULT_PARSER.escape
is obsoleted at next stable release of URI. We should useURI::RFC2396_PARSER.escape
instead ofURI::DEFAULT_PARSER
.