Closed hsbt closed 3 months ago
URI.split, URI.parse and URI.join always uses RFC3986_PARSER from https://github.com/ruby/uri/commit/d8c414e99dda6cbb0bf91b9ad5f6a95321e00435
URI.split
URI.parse
URI.join
RFC3986_PARSER
The current HEAD uses RFC3986_PARSER as DEFAULT_PARSER. We should allow to switch Parser behavior with user configuration.
DEFAULT_PARSER
URI.split
,URI.parse
andURI.join
always usesRFC3986_PARSER
from https://github.com/ruby/uri/commit/d8c414e99dda6cbb0bf91b9ad5f6a95321e00435The current HEAD uses
RFC3986_PARSER
asDEFAULT_PARSER
. We should allow to switch Parser behavior with user configuration.