rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333436489
########## vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareContext.java: ########## @@ -652,8 +652,8 @@ public HttpURLConnection getHTTPConnection(String urlString) throws Exception { public HttpURLConnection getHTTPConnection(String urlString, String httpMethod) throws Exception { String cookie = _vimClient.getServiceCookie(); if (cookie == null) { - LOGGER.error("No cookie is found in vmware web service request context!"); - throw new Exception("No cookie is found in vmware web service request context!"); + LOGGER.error("No cookie is found in VMWare web service request context!"); Review Comment: 'VMware' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org