Michael Osipov created MSHARED-611: -------------------------------------- Summary: Drop any link validation and pass as-is Key: MSHARED-611 URL: https://issues.apache.org/jira/browse/MSHARED-611 Project: Maven Shared Components Issue Type: Task Components: maven-reporting-impl Affects Versions: maven-reporting-impl 2.4 Reporter: Michael Osipov Assignee: Michael Osipov Fix For: maven-reporting-impl 3.0
The current link validation causes several issues, e.g., MSHARED-609, or just the fact that we are not able to properly validate valid links/hrefs because there is a too broad variety of schemes and styles. We can use at most {{java.net.URI}}, but still HTML's {{href}} is far more permissive. At the end, we drop valid values like {{ssh://}}, {{sftp://}}, {{smb://}}, {{s3://}}, and many more without even telling the user. We shall stop doing that and simply pass the value as-is, the {{href}} is now at the discretion of the site author. -- This message was sent by Atlassian JIRA (v6.3.4#6332)