-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The task to clear caches related to files results in abnormal termination of the program. This is caused because the DataMapper used to clear caches expects the BE_USER to either be null or fully authenticated. This fix copies over the existing logic to authenticate from the other cache clear task. It also adds a condition ensuring the authentication logic runs only once, as a second authentication is redundant if both tasks get executed.
- Loading branch information
1 parent
923365f
commit f8bdf0b
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters