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.8 by ajm, Mon Nov 27 23:09:06 2000 UTC

# Line 52 | Line 52 | class HostInit extends Thread {
52                  throw new IOException("protocol error - expected:STARTCONFIG got:" + inBound);
53              }
54  
55 <            Configuration myConfig = _configManager.getConfiguration(_socket.getInetAddress().getHostName().toLowerCase());
55 >            Configuration myConfig = _configManager.getConfiguration("Host." + _socket.getInetAddress().getHostName().toLowerCase());
56              if (myConfig == null) {
57                  _socketOut.println("ERROR");
58                  throw new IOException("error in host configuration");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines