Remove URL validation with com.* package, replace with URI creation.
This should take care of simple validation. Reason for removal is that developers should not use internal packages like com.* anymore. See: https://www.oracle.com/java/technologies/faq-sun-packages.html.