From: Damyan Ivanov Date: Mon, 18 Mar 2019 06:03:28 +0000 (+0200) Subject: prepareConnection: append '/' to the backend URL only if it not already there X-Git-Tag: v0.8.1~33 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=6c4fb28b7963a0de22836258aef61a440ff8975e;hp=6c4fb28b7963a0de22836258aef61a440ff8975e;p=mobile-ledger.git prepareConnection: append '/' to the backend URL only if it not already there avoids URLs like http://server//accounts, which lead to redirects, which (1) are superflous and (2) MoLe can't handle yet ---