summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-bug-1914095-fa71d81c9639ba94.yaml
blob: 17f2c6fbe941d119d7ee713e644ccadbd0101023 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    This fixes the Bug# 1914095. Policy engine has bug of modifying the
    registered rule original object which caused issue when there are
    multiple policy objects are processing rules in parallel.
    With this fix. policy engine will make copies of all the registered rules
    and process accordingly.