Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 91 forks source link

When using JMX, ensure that the execute method cannot be triggered twice in parallel #88

Closed ghenzler closed 8 years ago

ghenzler commented 8 years ago

Clicking the "execute" button twice in /system/console/jmx/biz.netcentric.cq.tools%3Atype%3DACTool can make the tool execute in parallel with a not deterministic result. Using the already existing "executing" flag, it should abort quickly in case the AC Tool is already executing.

ghenzler commented 8 years ago

Fixed with https://github.com/Netcentric/accesscontroltool/pull/89