Java VNCViewer security fix

Amir Michail amichail "at" gmail.com
Sat Apr 1 01:54:00 2006


Hi,

If you would like to use the Java VNCViewer on a different host from
where the applet is embedded, you can set CODEBASE to the other host
and change this line:

    logo = getImage(getDocumentBase(), "logo150x150.gif");

to

    logo = getImage(getCodeBase(), "logo150x150.gif");

Amir