if(OverEncryptRequest.generateRequest(ClientPrimitives.OE_LOGOUT, OverEncryptRequestType.CONTINUE, userId, path, userId)) {
ResponseManager.retrieveCommunication(path, ServerPrimitives.OE_SUCCESSFUL);
}
OverEncryptRequest.generateRequest(ClientPrimitives.OE_LOGOUT, OverEncryptRequestType.UNLOCK, userId, path);
inst.dispose();
JOptionPane.showMessageDialog(null, "Please unmount WebDAV volume", "Logout", JOptionPane.INFORMATION_MESSAGE);
} catch (Exception e) {
LOGGER.error("Error while retrieving user id from local private file - ",e);
}