Validate program value when starting remote app
Posted: Thu Mar 05, 2020 9:44 pm
I have noticed that if there is no Desktop, Taskbar, Floating Panel and Application Panel configured and an invalid program name is used in the url when starting a remote app, e.g.
then the remote session is started with all the applications for that user starting one after the other.
If the Floating Panel is configured, then in the above scenario the remote session is started with the Floating Panel. I haven't tried any of the other options, i.e. Desktop, Taskbar, Application Panel
I would expect that the value used for program is validated against the list of published applications for that specific user. If the value is invalid then the session should be terminated and the user redirected to configurable url.
Code: Select all
https://[your server]/software/html5.html?user=@test&program=some.program.exe&startupdir=¶ms=
If the Floating Panel is configured, then in the above scenario the remote session is started with the Floating Panel. I haven't tried any of the other options, i.e. Desktop, Taskbar, Application Panel
I would expect that the value used for program is validated against the list of published applications for that specific user. If the value is invalid then the session should be terminated and the user redirected to configurable url.