You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ACL configuration file (folder) path is maintained in ACL PlainPermissionManager, which is currently simply recorded in String and referenced in several Maps. The path String needs to be optimized to avoid "/path1", "//path1", "~/path1/." being treated as different paths.
Generally, fixing an issue goes through the following steps: