[
https://issues.apache.org/jira/browse/VCL-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471095#comment-16471095
]
ASF subversion and git services commented on VCL-1080:
------------------------------------------------------
Commit cf8c88d62f99d6d47ece9313f4c99c42be896a7e in vcl's branch
refs/heads/VCL-1087_VCL_CAS_SSO from [~jfthomps]
[ https://git-wip-us.apache.org/repos/asf?p=vcl.git;h=cf8c88d ]
VCL-1080 - Wrong port can be delivered in RDP file
only a bunch of whitespace changes
> Wrong port can be delivered in RDP file
> ---------------------------------------
>
> Key: VCL-1080
> URL: https://issues.apache.org/jira/browse/VCL-1080
> Project: VCL
> Issue Type: Bug
> Components: web gui (frontend)
> Reporter: Josh Thompson
> Priority: Major
> Fix For: 2.5.1
>
>
> The sendRDPFile function does not have a connect method passed to it. So, it
> has to get information about all connect methods and try to match any related
> to RDP. Depending on the order it gets from the database, if there are more
> than one connect methods with "remote desktop" or RDP in the description, the
> wrong one may be selected. If that one uses a different port that what the
> user needs, the wrong port will be specified in the .rdp file.
> The best fix for this is to pass the connect method id in the continuation
> used for getting the RDP file. Then, connect method information for only that
> connect method can be used.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)