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);
|
log.error(msg);
|
||||||
throw new BadRequestException(msg);
|
throw new BadRequestException(msg);
|
||||||
}
|
}
|
||||||
}
|
} else if (param instanceof WebAppReleaseWrapper) {
|
||||||
if (param instanceof WebAppReleaseWrapper) {
|
|
||||||
WebAppReleaseWrapper webAppReleaseWrapper = (WebAppReleaseWrapper) param;
|
WebAppReleaseWrapper webAppReleaseWrapper = (WebAppReleaseWrapper) param;
|
||||||
UrlValidator urlValidator = new UrlValidator();
|
UrlValidator urlValidator = new UrlValidator();
|
||||||
if (StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
|
if (StringUtils.isEmpty(webAppReleaseWrapper.getVersion())) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user