Trying to clean WMC image cache may crash application (rights)

Issue #243 resolved
Joern Ungermann created an issue

If for some reason the cached file cannot be deleted, the application is terminated.

Comments (7)

  1. Joern Ungermann reporter

    One reason for this is a wrongly configured image cache path in the JSON config file.

  2. Reimar Bauer

    Make wms_control cache servicing more resilient

    When a file cannot be deleted (access rights?) the MSS application was killed. The new update makes it more resilient by catching Exceptions and notifying hte user both in the log and with a pop-up window about what occured. To not cause hundreds of error messages, the servicing is aborted upon the first error. That shouldn't cause any problems in general.

    Fix issue #243

    → <<cset 4a5ef6bc4011>>

  3. Log in to comment