You can now specify a client must require a secure channel to authenticate. If this is set,
{Client.setRequireSecureAuth} then if the client fails to create a secure channel with the server,
an auth request with no credentials will be sent. The supplied Authenticator will need to handle
this situation to send the appropriate response back to the client (ie: tell it to download the
latest version).
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6480 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -252,7 +252,7 @@ public class SecureUtil
|
||||
}
|
||||
return secret;
|
||||
} catch (GeneralSecurityException gse) {
|
||||
log.warning("Failed to dencrypt bytes", gse);
|
||||
log.warning("Failed to decrypt bytes", gse);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user