Details
Description
The loop
while (uri.startsWith(prefix) || uri.startsWith("//")) ...
cannot end when prefix is empty string (which should be valid value).
The loop
while (uri.startsWith(prefix) || uri.startsWith("//")) ...
cannot end when prefix is empty string (which should be valid value).