So, I'm developing a simple URL shortener in Symfony2 - one of the things that is required is the input must be a valid URL.
So I've set everything up and it's being validated, but it doesn't validate the TLD! It will pass things through such as "A" as being a valid domain!
What's going on?