details: https://code.openbravo.com/erp/devel/pi/rev/9933d754a9b9 changeset: 32481:9933d754a9b9 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Thu Jul 20 10:33:14 2017 +0200 summary: fixed bug 36518: useless ping to butler on every login
Removed this ping and the parameter in the community branding url that flags whether there is connectivity from server to butler. diffstat: src/org/openbravo/erpCommon/utility/Utility.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r d4779c9720b6 -r 9933d754a9b9 src/org/openbravo/erpCommon/utility/Utility.java --- a/src/org/openbravo/erpCommon/utility/Utility.java Thu Jul 20 08:40:10 2017 +0200 +++ b/src/org/openbravo/erpCommon/utility/Utility.java Thu Jul 20 10:33:14 2017 +0200 @@ -146,7 +146,6 @@ url.append("&systemIdentifier=" + SystemInfo.getSystemIdentifier()); url.append("&macIdentifier=" + SystemInfo.getMacAddress()); url.append("&databaseIdentifier=" + SystemInfo.getDBIdentifier()); - url.append("&internetConnection=" + (HttpsUtils.isInternetAvailable() ? "Y" : "N")); url.append("&systemDate=" + (new SimpleDateFormat("yyyyMMdd")).format(new Date())); url.append("&purpose=" + purpose); return url.toString(); ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits