[ 
https://issues.apache.org/jira/browse/VCL-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16469350#comment-16469350
 ] 

ASF subversion and git services commented on VCL-1080:
------------------------------------------------------

Commit c54132882f05c427c7a165de561005e60c17d37b in vcl's branch 
refs/heads/VCL-1080_RDP_file_port from [~jfthomps]
[ https://git-wip-us.apache.org/repos/asf?p=vcl.git;h=c541328 ]

VCL-1080 - Wrong port can be delivered in RDP file

requests.php: modified AJconnectRequest: added cmid to data saved in
continuation for sendRDPfile

utils.php: modified sendRDPfile: get $cmid from continuation; no longer
loop through connect methods to guess which connect method to use; just
use the one referenced by $cmid and get port information from it


> 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)

Reply via email to