fix #2276 update system properties

This commit is contained in:
Shinsuke Sugaya 2019-10-19 05:14:44 +09:00
parent 46da8663be
commit afcf896695

View file

@ -446,7 +446,7 @@ public class SystemHelper {
if (StringUtil.isNotBlank(value)) {
ParameterUtil.parse(value).entrySet().stream().filter(e -> {
final String key = e.getKey();
if (StringUtil.isNotBlank(key)) {
if (StringUtil.isBlank(key)) {
return false;
}
if (key.startsWith("fess.")) {