]> source.dussan.org Git - nextcloud-server.git/commit
fix possible leaking scope in Flow 22359/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 21 Aug 2020 15:36:01 +0000 (17:36 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 24 Aug 2020 11:44:01 +0000 (13:44 +0200)
commit28c0eea8cb0e1016e751a2e28d0b09006751c58b
tree949931eeadabd11039bb3e480eea4ef1b959bfea
parent9073a6937dc06fa4923a4c30aef6fde75d828ee0
fix possible leaking scope in Flow

- a configured flow can be brought into consideration, despite its event
  was not fired
- it could either run through
- or run into a RuntimeException and killing processing of valid flows

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/workflowengine/lib/AppInfo/Application.php
apps/workflowengine/lib/Service/RuleMatcher.php
lib/public/WorkflowEngine/IRuleMatcher.php