Skip to content

Commit

Permalink
doc: fix description of pvlist evaluation order
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange authored and mdavidsaver committed Jan 16, 2024
1 parent f223f32 commit 936b12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/gw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,11 @@ When a gateway Server receives a request from a client to access a PV,
the PV name is compared to each pattern in the list.

The order in which regular expressions are matched is that all DENY statements are considered
before any ALLOW/ALIAS statements (regardless of lexical order).
before any ALLOW/ALIAS statements (regardless of the order of lines).
PV names which do not match any statement are DENYed.

When a PV name matches more than one ALLOW/ALIAS statements,
lexical order is used.
the order of lines is used.
The last match will have effect.

Considering the following PVList file: ::
Expand Down

0 comments on commit 936b12a

Please sign in to comment.