mirror of https://github.com/apache/cloudstack.git
CS-15779 - fixed composeThumbnailurl to send thumbnail request to ConsoleProxyAjaxImage Handler
This commit is contained in:
parent
7779097653
commit
ed6cd4f77e
|
|
@ -332,7 +332,7 @@ public class ConsoleProxyServlet extends HttpServlet {
|
|||
param.setClientTunnelSession(parsedHostInfo.third());
|
||||
}
|
||||
|
||||
sb.append("/ajax?token=" + encryptor.encryptObject(ConsoleProxyClientParam.class, param));
|
||||
sb.append("/ajaximg?token=" + encryptor.encryptObject(ConsoleProxyClientParam.class, param));
|
||||
sb.append("&w=").append(w).append("&h=").append(h);
|
||||
|
||||
if(s_logger.isDebugEnabled()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue