137 | | In the above, the first `<Target/>` element filters out reuqests which don't apply to the rules which follow, so if the URI doesn't start with, `http://localhost/` it's ignored. After this a series of rules are specified, the first rule denies accesses to all requests. However, the top-most `<Policy>` element specifies the so called ''Rule Combining Algorithm'' to permit overrides: |
| 137 | In the above, the first `<Target/>` element filters out requests which don't apply to the rules which follow, so if the URI doesn't start with, `http://localhost/` it's ignored. After this a series of rules are specified, the first rule denies accesses to all requests. However, the top-most `<Policy>` element specifies the so called ''Rule Combining Algorithm'' to permit overrides: |