public final class URLChecker
extends java.lang.Object
URLChecker tries to clean up some URLs that do not conform to the standard and cause confusion. Valid URLs
are returned unchanged. The idea behind this class is to fix some common problems (like leaving spaces in URLs)
with simple heuristics.