Skip to content

Commit

Permalink
fix content-type of geoserver service-config.json.template (#442)
Browse files Browse the repository at this point in the history
## Overview

The `/geoserver` endpoint redirects to the HTML web view of the service.
Fix the indicated media-type of `type` for that endpoint in the service definition.

## Changes

**Non-breaking changes**
- fix content-type of GeoServer `service-config.json.template`

**Breaking changes**
- n/a

## Related Issue / Discussion

- n/a
  • Loading branch information
fmigneault authored Apr 3, 2024
2 parents 3d0f539 + 25ad93a commit 749c230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"links": [
{
"rel": "service",
"type": "application/json",
"type": "text/html",
"href": "https://${PAVICS_FQDN_PUBLIC}/geoserver/"
},
{
Expand Down

0 comments on commit 749c230

Please sign in to comment.