Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Fix Version/s: 2.5.1
-
Component/s: dependencies
-
Labels:None
-
Environment:Win XP; Maven 2.2.1; Java 1.6.0_18
-
Number of attachments :
Description
Hey,
when i create a project site with the site-plugin, i do not get links in the dependency tree at the dependency report(See attachment Pic1).
This is our internal domain and it would be very useful if this works.
If i change the domain to something else(even it is total stupid) it works...but just if the domain does not have more than 4 characters.
(See attachment Pic2 where it works and it is a link & Pic3 where it is longer than 4 chars and does not work anymore).
I found the location where this happens:
DependenciesRenderer in lines 952-963.
It might be a solution to configure the validation in line 952 or delete it completely.
I found the reason at:
https://svn.apache.org/repos/asf/commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/UrlValidator.java
in line 366.
I think links often contain the TLD ".local" or sth else (especially company intern)
Will you change?
Or is there any possibility to send me the sourcecode of the plugin as a zip?