[manager,webapp]bugfix website monitor path Illegal character in path at index
This commit is contained in:
@@ -55,6 +55,8 @@ public class WheelTimerTask implements TimerTask {
|
||||
log.error("Aes Decode value {} error.", item.getValue());
|
||||
}
|
||||
item.setValue(decodeValue);
|
||||
} else if (item.getValue() != null && item.getValue() instanceof String) {
|
||||
item.setValue(((String) item.getValue()).trim());
|
||||
}
|
||||
})
|
||||
.collect(Collectors.toMap(Configmap::getKey, item -> item));
|
||||
|
||||
Reference in New Issue
Block a user