url-normalizer
url-normalizer copied to clipboard
Weak type check broke URLs that ended in "#0"
If the fragment entity is exactly string "0", as if the URL http://example.com/#0 is passed to the method the if statment in Line 236 will return false even tough it should not an the returned URL will be http://example.com/0 which is incorrect.