mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Improve app installation
This commit is contained in:
parent
93a5fe87e7
commit
b88b4a4a84
@ -2489,8 +2489,7 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
||||
log.error(msg);
|
||||
throw new BadRequestException(msg);
|
||||
}
|
||||
}
|
||||
if (param instanceof WebAppReleaseWrapper) {
|
||||
} else if (param instanceof WebAppReleaseWrapper) {
|
||||
WebAppReleaseWrapper webAppReleaseWrapper = (WebAppReleaseWrapper) param;
|
||||
UrlValidator urlValidator = new UrlValidator();
|
||||
if (StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user