From dfd82c80e378a5816ffa3a4f78264423b1a6ca2a Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Wed, 3 Apr 2024 14:20:52 -0400 Subject: [PATCH 1/2] fix content-type of geoserver service-config.json.template --- birdhouse/components/geoserver/service-config.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdhouse/components/geoserver/service-config.json.template b/birdhouse/components/geoserver/service-config.json.template index c3f373de4..f8838008b 100644 --- a/birdhouse/components/geoserver/service-config.json.template +++ b/birdhouse/components/geoserver/service-config.json.template @@ -11,7 +11,7 @@ "links": [ { "rel": "service", - "type": "application/json", + "type": "text/html", "href": "https://${PAVICS_FQDN_PUBLIC}/geoserver/" }, { From 25ad93a0d1340bc63a04807829afab1d729b4740 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 3 Apr 2024 16:43:35 -0400 Subject: [PATCH 2/2] add changelog entry --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a7e4c3445..f10a1207e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,8 @@ [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) +## Fixes +- GeoServer: fix invalid media-type specified for the service's endpoint in `service-config.json.template` [2.1.2](https://github.com/bird-house/birdhouse-deploy/tree/2.1.2) (2024-03-25) ------------------------------------------------------------------------------------------------------------------