ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/ACL/ACLTest.java
(Generate patch)

Comparing experimental/server/ACL/ACLTest.java (file contents):
Revision 1.6 by tdb, Mon Dec 31 02:57:00 2001 UTC vs.
Revision 1.7 by tdb, Tue Jan 8 13:31:34 2002 UTC

# Line 19 | Line 19 | class ACLTest {
19          acl.add(ACL.ALLOW, "129.12.4");
20          acl.add(ACL.ALLOW, "129.*");
21          acl.add(ACL.ALLOW, "129*");
22 +        acl.add(ACL.ALLOW, "*.*.3.1");
23 +        acl.add(ACL.ALLOW, "*.3.1");
24 +        acl.add(ACL.ALLOW, "*.3.*");
25 +        acl.add(ACL.ALLOW, "*3.1");
26          acl.add(ACL.ALLOW, "*");
27          acl.add(ACL.ALLOW, "");
28          // not really needed if we default to deny :)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines