summaryrefslogtreecommitdiffstats
path: root/classes/ssl/proxy.vnc
diff options
context:
space:
mode:
authorrunge <runge>2006-09-05 03:08:20 +0000
committerrunge <runge>2006-09-05 03:08:20 +0000
commit1cb25ce3a50796d7a252dcd3df956017afe72264 (patch)
treed910222e4eb51d234cf99a5074f5cddaf9fac91b /classes/ssl/proxy.vnc
parent816d7e06ad813ba24b0f68d67c53d35b66cc86d8 (diff)
downloadlibtdevnc-1cb25ce3a50796d7a252dcd3df956017afe72264.tar.gz
libtdevnc-1cb25ce3a50796d7a252dcd3df956017afe72264.zip
Update ssl_vncviewer. Fix bug in proxy.vnc with multiple PORT= params.
Diffstat (limited to 'classes/ssl/proxy.vnc')
-rw-r--r--classes/ssl/proxy.vnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/ssl/proxy.vnc b/classes/ssl/proxy.vnc
index 9bb30e4..5c3b207 100644
--- a/classes/ssl/proxy.vnc
+++ b/classes/ssl/proxy.vnc
@@ -52,6 +52,9 @@ SignedVncViewer.jar is just a signed version of VncViewer.jar
The URL to use for this file: https://host:port/proxy.vnc
+Note LIBVNCSERVERPORT, we assume $PARAMS will have the correct PORT setting
+(e.g. 563), not the one libvncserver puts in....
+
-->
@@ -61,7 +64,7 @@ $USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
<APPLET CODE=VncViewer.class ARCHIVE=SignedVncViewer.jar
WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
-<param name=PORT value=$PORT>
+<param name=LIBVNCSERVERPORT value=$PORT>
<param name="Open New Window" value=yes>
$PARAMS
</APPLET>