ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java (file contents):
Revision 1.7 by tdb, Thu Nov 23 01:46:17 2000 UTC vs.
Revision 1.9 by tdb, Wed Nov 29 19:19:12 2000 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 + package uk.ac.ukc.iscream.filtermanager;
3  
4   //---IMPORTS---
5   import uk.ac.ukc.iscream.core.*;
# Line 52 | Line 53 | class HostInit extends Thread {
53                  throw new IOException("protocol error - expected:STARTCONFIG got:" + inBound);
54              }
55  
56 <            Configuration myConfig = _configManager.getConfiguration(_socket.getInetAddress().getHostName().toLowerCase());
56 >            Configuration myConfig = _configManager.getConfiguration("Host." + _socket.getInetAddress().getHostName().toLowerCase());
57              if (myConfig == null) {
58                  _socketOut.println("ERROR");
59                  throw new IOException("error in host configuration");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines