diff options
Diffstat (limited to 'webclients/java-applet')
| -rw-r--r-- | webclients/java-applet/ssl/README | 6 | ||||
| -rw-r--r-- | webclients/java-applet/ssl/proxy.vnc | 2 | ||||
| -rwxr-xr-x | webclients/java-applet/ssl/ss_vncviewer | 10 | ||||
| -rw-r--r-- | webclients/java-applet/ssl/ultravnc-102-JavaViewer-ssl-etc.patch | 6 | 
4 files changed, 12 insertions, 12 deletions
| diff --git a/webclients/java-applet/ssl/README b/webclients/java-applet/ssl/README index b244cf1..f5a2b66 100644 --- a/webclients/java-applet/ssl/README +++ b/webclients/java-applet/ssl/README @@ -42,9 +42,9 @@ Send full Java Console output for failures.  Tips:  When doing single-port proxy connections (e.g. both VNC and HTTPS -thru port 5900) it helps to move through the 'do you trust this site' +through port 5900) it helps to move through the 'do you trust this site'  dialogs quickly.   x11vnc has to wait to see if the traffic is VNC or -HTTP and this can cause timeouts if you don't move thru them quickly. +HTTP and this can cause timeouts if you don't move through them quickly.  You may have to restart your browser completely if it gets into a  weird state.  For one case we saw the JVM requesting VncViewer.class @@ -172,7 +172,7 @@ Both TightVNC and UltraVNC Java viewers:  	Set to do a special HTTP GET (/request.https.vnc.connection)  	to the vnc server that will cause it to switch to VNC instead.  	This is to speedup/make more robust, the single port HTTPS and VNC -	mode of x11vnc (e.g. both services thru port 5900, etc)  +	mode of x11vnc (e.g. both services through port 5900, etc)    urlPrefix  	string, default: none diff --git a/webclients/java-applet/ssl/proxy.vnc b/webclients/java-applet/ssl/proxy.vnc index 6d3ab3d..0684200 100644 --- a/webclients/java-applet/ssl/proxy.vnc +++ b/webclients/java-applet/ssl/proxy.vnc @@ -25,7 +25,7 @@ fails in the proxy environment.  The applet is not allowed to open a socket connection to the proxy (since  that would let it connect to just about any host, e.g. CONNECT method). -This is indpendent of SSL but of course fails for that socket connection +This is independent of SSL but of course fails for that socket connection  as well.  I.e. this is a problem for non-SSL VNC Viewers as well.  Solution?  Sign the applet and have the user click on "Yes" that they diff --git a/webclients/java-applet/ssl/ss_vncviewer b/webclients/java-applet/ssl/ss_vncviewer index 7e793ff..b996600 100755 --- a/webclients/java-applet/ssl/ss_vncviewer +++ b/webclients/java-applet/ssl/ss_vncviewer @@ -91,7 +91,7 @@  #  #             [user1@]host1[:port1],[user2@]host2[:port2]  # -#         in which case a ssh to host1 and thru it via a -L redir a 2nd +#         in which case a ssh to host1 and through it via a -L redir a 2nd  #         ssh is established to host2.    #  #         Examples: @@ -109,10 +109,10 @@  #  # -sshargs "args"  pass "args" to the ssh process, e.g. -L/-R port redirs.  # -# -sshssl Tunnel the SSL connection thru a SSH connection.  The tunnel as -#         under -ssh is set up and the SSL connection goes thru it.  Use +# -sshssl Tunnel the SSL connection through a SSH connection.  The tunnel as +#         under -ssh is set up and the SSL connection goes through it.  Use  #         this if you want to have and end-to-end SSL connection but must -#         go thru a SSH gateway host (e.g. not the vnc server).  Or use +#         go through a SSH gateway host (e.g. not the vnc server).  Or use  #         this if you need to tunnel additional services via -R and -L   #         (see -sshargs above).  # @@ -351,7 +351,7 @@ if [ "X$SKIP_STUNNEL_NO_SYSLOG" = "X" ]; then  	STUNNEL_NO_SYSLOG=1; export STUNNEL_NO_SYSLOG  fi -# this is the -t ssh option (gives better keyboard response thru SSH tunnel) +# this is the -t ssh option (gives better keyboard response through SSH tunnel)  targ="-t"  if [ "X$SS_VNCVIEWER_NO_T" != "X" ]; then  	targ="" diff --git a/webclients/java-applet/ssl/ultravnc-102-JavaViewer-ssl-etc.patch b/webclients/java-applet/ssl/ultravnc-102-JavaViewer-ssl-etc.patch index 3309860..3f3b9a0 100644 --- a/webclients/java-applet/ssl/ultravnc-102-JavaViewer-ssl-etc.patch +++ b/webclients/java-applet/ssl/ultravnc-102-JavaViewer-ssl-etc.patch @@ -978,7 +978,7 @@ diff -Naur JavaViewer.orig/FTPFrame.java JavaViewer/FTPFrame.java  +		}  +		String sFileName = ((String) selected); - 		// sf@2004 - Directory can't be transfered +		// sf@2004 - Directory can't be transferred   		if (sFileName.substring(0, 2).equals(" [") && sFileName.substring((sFileName.length() - 1), sFileName.length()).equals("]"))   		{  -			JOptionPane.showMessageDialog(null, (String)"Directory Transfer is not yet available in this version...", "FileTransfer Info", JOptionPane.INFORMATION_MESSAGE); @@ -1036,7 +1036,7 @@ diff -Naur JavaViewer.orig/FTPFrame.java JavaViewer/FTPFrame.java  +			return null;  +		}  +		 -+		// sf@2004 - Directory can't be transfered ++		// sf@2004 - Directory can't be transferred  +		if (sFileName.substring(0, 2).equals(" [") && sFileName.substring((sFileName.length() - 1), sFileName.length()).equals("]"))  +		{  +			return null; @@ -1084,7 +1084,7 @@ diff -Naur JavaViewer.orig/FTPFrame.java JavaViewer/FTPFrame.java  +		}  +		String sFileName = ((String) selected); - 		// sf@2004 - Directory can't be transfered +		// sf@2004 - Directory can't be transferred   		if (sFileName.substring(0, 2).equals(" [") && sFileName.substring((sFileName.length() - 1), sFileName.length()).equals("]"))   		{  -			JOptionPane.showMessageDialog(null, (String)"Directory Transfer is not yet available in this version...", "FileTransfer Info", JOptionPane.INFORMATION_MESSAGE); | 
