If a user enters an invalid URL in some cases it still passes validation. Eg if there's a missing semi-colon: http//en.wikipedia.org/

This is the same issue as the one open against the 7.x-1.x-dev version (2247261), but it applies to 7.x-1.3 as well. Unfortunately the patches provided against the dev version does not work for 7.x-1.3. Can a patch be ported to work against the stable version?

Thanks for any help!

CommentFileSizeAuthor
#2 link-urls_not_validate-2498983-1.patch10.32 KBdjvern
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

djvern’s picture

Issue summary: View changes
djvern’s picture

Actually I've just ported across the latest patch from https://www.drupal.org/node/2247261 by heddn and it works, there were just some line numbers that needed to change - am attaching here.

djvern’s picture

Status: Active » Needs review
sumitmadan’s picture

Status: Needs review » Closed (duplicate)

Marking it duplicate of #2247261: URLs are not validated.