The current url validation will read www.test.com as invalid, but will read http://www.test.com as valid. This should be changed so that the protocol portion (e.g. http://) is optional. Or barring that a new website validator should be added with that being optional.
The current url validation will read
www.test.com
as invalid, but will readhttp://www.test.com
as valid. This should be changed so that the protocol portion (e.g.http://
) is optional. Or barring that a new website validator should be added with that being optional.