Merge "Prevent template validate from scanning ports"

This commit is contained in:
Jenkins 2016-11-03 15:55:00 +00:00 committed by Gerrit Code Review
commit c404896a7f
1 changed files with 2 additions and 1 deletions

View File

@ -75,4 +75,5 @@ def get(url, allowed_schemes=('http', 'https')):
return result
except exceptions.RequestException as ex:
raise URLFetchError(_('Failed to retrieve template: %s') % ex)
LOG.info(_LI('Failed to retrieve template: %s') % ex)
raise URLFetchError(_('Failed to retrieve template from %s') % url)