[Geoserver-devel] [JIRA] (GEOS-9382) GeoServer fails to truncate tiles caches with parameters (works without)

Andrea Aime created an issue

GeoServer / BugGEOS-9382

GeoServer fails to truncate tiles caches with parameters (works without)

Issue Type:

BugBug

Assignee:

Unassigned

Components:

GWC

Created:

25/Oct/19 7:03 PM

Priority:

MediumMedium

Reporter:

Andrea Aime

This is due to a series of unfortunate combinations, and happens since sometimes 2017:

  • ConfigurableBlobStore has been made to extend MemoryBlobStore, but without really initializing the data structures of its base class. In fact, it really does not need to extend it.
  • New API has been added in the BlobStore interface to deal with parameters, but evidently subclasses were not checked, ConfigurableBlobStore really needs to override those methods

Solving it by making ConfigurableBlobStore not extend MemoryBlobStore, and adding proper implementation for the missing methods…

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100114-sha1:d5cf417)

Atlassian logo