Bug 531166 - Prevent NPE on artifact download when URI scheme is null.

Under certain circumstances, the mirror resolution requests return just
the absolute file path for a resource with no scheme or host specified.
(eg. /path/to/resource). This causes an NPE when getScheme() is called
and used for comparison.

Change-Id: Ic64323b44a9a1df7fad3a09da2f07a0a3d1a5a10
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 file changed