Merge pull request #226 from sergiorussia/patch-1

revert processArg for appbase
This commit is contained in:
Michael Bayne
2019-06-04 15:23:07 -07:00
committed by GitHub
@@ -605,7 +605,7 @@ public class Application
}
// 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
if (!_appbase.endsWith("/")) {