mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-17 11:04:00 +01:00
apply patch https://reviews.apache.org/r/6572/
This commit is contained in:
parent
b3760350fe
commit
04bf1a33c6
@ -336,7 +336,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…
x
Reference in New Issue
Block a user