Skip to content

Remove URL validation with com.* package, replace with URI creation.

Moed, Matthijs requested to merge remove-url-validation into master

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.

Merge request reports