file:/// references are also URIs (as per RFC 8089) so they should also be decoded properly.
Without this patch I can't have a local path reference including a hash # in it. Now local file references can be encoded and used properly, even with directories or files including hashes.
file:///
references are also URIs (as per RFC 8089) so they should also be decoded properly.Without this patch I can't have a local path reference including a hash
#
in it. Now local file references can be encoded and used properly, even with directories or files including hashes.