revert processArg for appbase

that change broke versioned app update entirely. pls publish new getdown asap
This commit is contained in:
Sergey V
2019-06-05 00:37:59 +03:00
committed by GitHub
parent ce76832835
commit 03997b20b9
@@ -605,7 +605,7 @@ public class Application
} }
// check if we're overriding the domain in the appbase, and sub envvars // check if we're overriding the domain in the appbase, and sub envvars
_appbase = processArg(SysProps.overrideAppbase(_appbase)); _appbase = SysProps.overrideAppbase(_appbase);
// make sure there's a trailing slash // make sure there's a trailing slash
if (!_appbase.endsWith("/")) { if (!_appbase.endsWith("/")) {