Build 1020
1. SSH: Fixed a JSON format error.

Build 1019
1. SSH: Fixed a bug with command white list.
2. RDP: Fixed orientationchange issue on mobile browsers.
3. Fixed toolbar compatibility issue with jquery on mobile devices.
4. Agent 2.7 (Windows) fixed a authentication issue with ePass2000.

Build 1018
1. RDP: Fixed multiple mouse buttons clicking/dragging at the same time issue.

Build 1017
1. Fixed two mouse button pressing at the same time issue.
2. New com.toremote.gateway.plugin.HttpAccessInterface, so plugin can verify proxy access.

public class SimpleManager implements ManagerInterface, HttpAccessInterface {
@Override
public void onAccess(HttpHeader header) throws HttpException{
System.out.println(header.toString());
System.out.println(“Is Proxy: ” + Proxy.isProxy(header));
// throw new HttpException(403, “Forbidden”);
}

@Override
public void afterAccess(HttpHeader header) {
// TODO Auto-generated method stub
}

3. RDP: New “dpi” parameter.
4. Won’t send SMB URL to use if the format is invalid.
5. Increased connection timeout (for slow network).

Build 1016
1. Better time zone handling.
2. Fixed a Chrome/Edge crash issue on specific web sites when time zone redirection is enabled. https://bugs.chromium.org/p/chromium/issues/detail?id=1371532&q=STATUS_BREAKPOINT&can=2

Build 1015
1. Allow playback of the recordings from recdir if you set recdir.play.enable = true in gateway.conf.
2. No need to include dvc_*.js in player.html.

Build 1014
1. Attach local printers on Windows (native agent is needed).

Build 1013 (6.2)

With version 6.2 of SparkView, another development milestone has been reached.

Please download this new release and update your servers.