Skip to content

Fix links with extra trailing characters (Closes: #994897)

Proper URL validation is pretty complex, so we're only adding an heuristic against common issues (sentence-closing period or parenthesis without space right after an URL).

Examples:

False-positives analysis:

  • '.,:' technically valid in URLs, but no valid occurrences in the tracker;
  • ')>' should be URL-encoded in the non-hostname part of the URL.

Merge request reports

Loading