[
https://issues.apache.org/jira/browse/OFBIZ-12171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17287072#comment-17287072 ]
Nicolas Malin commented on OFBIZ-12171:
---------------------------------------
?? Great, Nicolas. Can you tell us how you did this so everyone who likes to test could simulate this also???
Under unix like you can add this on your /etc/hosts
{code:java}
127.0.0.1 localhost jcenter.bintray.com{code}
and you can control that works with a simple ping
{code:java}
$ ping jcenter.bintray.com
PING localhost (127.0.0.1) 56(84) bytes of data. {code}
With this, you're sure that all call to jcenter.bintray.com would be fail
--
This message was sent by Atlassian Jira
(v8.3.4#803005)