--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/HTTP__ServiceCheck.java 2002/05/18 18:16:02 1.10 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/HTTP__ServiceCheck.java 2002/05/21 16:47:18 1.11 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -31,7 +32,7 @@ import java.net.HttpURLConnection; * Currently it sends back 200 for OK, anything else indicates a failure. * * @author $Author: tdb $ - * @version $Id: HTTP__ServiceCheck.java,v 1.10 2002/05/18 18:16:02 tdb Exp $ + * @version $Id: HTTP__ServiceCheck.java,v 1.11 2002/05/21 16:47:18 tdb Exp $ */ public class HTTP__ServiceCheck implements PluginServiceCheck { @@ -40,7 +41,7 @@ public class HTTP__ServiceCheck implements PluginServi /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.10 $"; + public final String REVISION = "$Revision: 1.11 $"; public final String DESC = "Checks that a webserver is responding to requests.";