geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
http://geoserver.org/geoserver-cloud
Other
244 stars 73 forks source link

Fix error saving layers/groups with pgconfig and gwc enabled. #455

Closed groldan closed 4 months ago

groldan commented 4 months ago

PgsqlTileLayerCatalog.toLayer(TileLayerInfo):GeoServerTileLayer needs to resolve the PublishedInfo as it may have danling references or may not be a modification proxy, only if it's a "plain" Layer(Group)InfoImpl, otherwise it's already resolved and the ModificationProxyDecorator will throw an error.