Revision: 4201
http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4201&view=rev
Author: atkac
Date: 2010-11-18 14:19:08 +0000 (Thu, 18 Nov 2010)
Log Message:
-----------
[Bugfix] java: Disable Tight security type.
Modified Paths:
--------------
trunk/java/src/com/tigervnc/vncviewer/RfbProto.java
Modified: trunk/java/src/com/tigervnc/vncviewer/RfbProto.java
===================================================================
--- trunk/java/src/com/tigervnc/vncviewer/RfbProto.java 2010-11-18 14:17:49 UTC
(rev 4200)
+++ trunk/java/src/com/tigervnc/vncviewer/RfbProto.java 2010-11-18 14:19:08 UTC
(rev 4201)
@@ -380,6 +380,7 @@
byte[] secTypes = new byte[nSecTypes];
readFully(secTypes);
+/*
// Find out if the server supports TightVNC protocol extensions
for (int i = 0; i < nSecTypes; i++) {
if (secTypes[i] == SecTypeTight) {
@@ -388,6 +389,7 @@
return SecTypeTight;
}
}
+*/
// Find first supported security type.
for (int i = 0; i < nSecTypes; i++) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits