This commit is contained in:
Kelven Yang 2012-08-13 17:28:22 -07:00
parent b3760350fe
commit 04bf1a33c6

View File

@ -336,7 +336,7 @@ public class ConsoleProxyServlet extends HttpServlet {
param.setClientTunnelSession(parsedHostInfo.third()); 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); sb.append("&w=").append(w).append("&h=").append(h);
if(s_logger.isDebugEnabled()) { if(s_logger.isDebugEnabled()) {