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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReader.java (file contents):
Revision 1.14 by tdb, Wed Mar 20 12:56:37 2002 UTC vs.
Revision 1.15 by tdb, Wed Mar 20 13:05:50 2002 UTC

# Line 62 | Line 62 | class TCPReader extends Thread {
62          // get our ACL from the configuration
63          ACL acl = null;
64          try {
65 <            String stringACL = ConfigurationProxy.getInstance().getProperty(FilterMain.NAME, "Filter.TCPACL");
65 >            String stringACL = ConfigurationProxy.getInstance().getProperty("Filter." + FilterMain.NAME, "Filter.TCPACL");
66              acl = new ACL(stringACL);
67          }
68          catch(PropertyNotFoundException e) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines