A basic implementation of {@link URIComparator} that comparesURL's by canonicalizing them as per {@link SimpleURLCanonicalizer}, and then compares the resulting string representations for equality using String equals(). If {link {@link #isCaseInsensitive()} is true,then the equality test is instead performed using String equalsIgnoreCase().
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.