// nexus built-in http proxy
if (model.getHttpProxy() != null) {
response.append(validateHttpProxySettings(context, model.getHttpProxy()));
}
else {
model.setHttpProxy(new CHttpProxySettings());
response.addValidationWarning("The HTTP Proxy section was missing from configuration, defaulted it.");
response.setModified(true);
}