// want to continue with the attempt
}
// By default perform extra checking on the URL attributes.
// This checking does not change the processing.
if (System.getProperty("ij.URLCheck") == null || Boolean.getBoolean("ij.URLCheck")) {
URLCheck aCheck = new URLCheck(sVal);
}
if (!sVal.startsWith("jdbc:") && (p == null) && (protocol != null)) {
sVal = protocol + sVal;
}