Actions
Bug #11149
closedURI.parse keeps '?' for query and '#' for fragment even if they are empty
Bug #11149:
URI.parse keeps '?' for query and '#' for fragment even if they are empty
Description
will output "http://example.com/path?#" but I think it should be "http://example.com/path" without '?' and '#'
Actions