--- projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java 2001/02/28 10:37:46 1.20 +++ projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java 2001/02/28 11:05:20 1.21 @@ -15,7 +15,7 @@ import java.io.*; * and a reference to a Filter to which it should pass data. * * @author $Author: tdb $ - * @version $Id: HostInit.java,v 1.20 2001/02/28 10:37:46 tdb Exp $ + * @version $Id: HostInit.java,v 1.21 2001/02/28 11:05:20 tdb Exp $ */ class HostInit extends Thread { @@ -24,7 +24,7 @@ class HostInit extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.20 $"; + public final String REVISION = "$Revision: 1.21 $"; //---STATIC METHODS--- @@ -97,7 +97,7 @@ class HostInit extends Thread { } else { // send the fqdn (of the host) to the host - _socketOut.println(_socket.getInetAddress().getHostName()); + _socketOut.println(_socket.getInetAddress().getHostName().toLowerCase()); } // get properties