bug 5822, 10783: Security enhancements initial checkin. Added encryption support to db.properties and some DB values.

This commit is contained in:
kishan 2011-10-24 16:19:41 +05:30
parent ed2816051a
commit 8487803f5a
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ public class EncryptionSecretKeyChecker implements SystemIntegrityChecker {
BufferedReader in = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
String inputLine, outputLine;
if ((inputLine = in.readLine()) != null) {
s_logger.info("Input : "+inputLine);
secretKey = inputLine;
}
out.close();