Josh Thompson created VCL-1080:
----------------------------------
Summary: 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
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
(v6.4.14#64029)