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/UDPReader.java
(Generate patch)

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines