Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-1
-
Fix Version/s: 1.0-alpha-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
currently, if you put the wrong URL in to the add POM entry, you get a nullpointer exception from summit.
1) it should be displaying the FileNotFoundException in the logs, in the general case
2) it should be displaying a friendly error message in this specific case
The url source validator is now used to make sure that the URL points at something real. We could probably stick in a well formed URL validator as well.