|
|
@ -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())) {
|
|
|
|