[
https://issues.apache.org/jira/browse/CLOUDSTACK-8867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14747059#comment-14747059
]
ASF GitHub Bot commented on CLOUDSTACK-8867:
--------------------------------------------
Github user DaanHoogland commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/835#discussion_r39599783
--- Diff:
services/console-proxy/server/src/com/cloud/consoleproxy/ConsoleProxyClientParam.java
---
@@ -115,7 +115,7 @@ public void setLocale(String locale) {
public String getClientMapKey() {
if (clientTag != null && !clientTag.isEmpty())
- return clientTag;
+ return clientTag + ":" + clientHostPort;
--- End diff --
if this is really how it should be it should be in a unit test
> Improve console proxy experience
> ---------------------------------
>
> Key: CLOUDSTACK-8867
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8867
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Anshul Gangwar
> Assignee: Anshul Gangwar
> Fix For: 4.6.0
>
>
> This bug is to avoid terminate connection errors in VM console in some of
> following scenarios
> 1. VM reboots
> 2. Some key combinations input
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)