git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@404
be28352e-c001-0410-b1a7-
c7978e42abec
throw new IOException("Directory for client lock files is not a directory or is not accessibl: '"+clientlockFileDir.getAbsolutePath()+"'");
}
}
- this.clientlockFile = new File (clientlockFileDir, this.getClientHandle().getClientUrn().replaceAll(File.separator, "").replaceAll(":", "").replaceAll(";", ""));
+ this.clientlockFile = new File (clientlockFileDir, this.getClientHandle().getClientUrn().replaceAll("[:;/\\\\]+",""));
log.debug("Creating active client lock file "+ this.clientlockFile.getAbsolutePath());
if (clientlockFile.exists())