[Geoserver-devel] [JIRA] (GEOS-10647) Welcome page links to GetCapabilities do not follow the OGC standards

Jody Garnett created an issue

GeoServer / TaskGEOS-10647

Welcome page links to GetCapabilities do not follow the OGC standards

Issue Type:

TaskTask

Assignee:

Unassigned

Created:

09/Sep/22 7:33 PM

Priority:

MediumMedium

Reporter:

Jody Garnett

Feedback from Jukka Rahkonen on https://osgeo-org.atlassian.net/browse/GEOS-10058 is that:

> Many of the links to GetCapabilities of the services do not follow the OGC standards.

Further conversation reveals that:

> GetCapabilities &version=x.y.z may be incorrect? Some protocols use AcceptVersions (example from WCS docs service=wcs&AcceptVersions=1.1.0&request=GetCapabilities).

And the following list:

> http://localhost:8080/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wms&version=1.1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/gwc/service/wms?request=GetCapabilities&version=1.1.1&tiled=true
>
> http://localhost:8080/geoserver/gwc/service/wmts?services=WMTS&version=1.1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wfs&version=2.0.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wfs&version=1.1.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wfs&version=1.0.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=WCS&version=2.0.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.1.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.0.0&request=GetCapabilities

Noting:

  • keys are not case sensitive but values are case sensitive
    • wfs → WFS, wms → WMS, wcs → WCS
  • GWC
    • WMS link does not have service=WMS at all
    • WMTS: services=WMTS → service=WMTS
  • WFS 2.0 and WCS 2.0.1 should use OGC Web Services Common standard
    • service=WFS&version=2.0.0 → service=WFS&acceptversions=2.0.0
    • service=WCS&version=2.0.1 → service=WCS&acceptversions=2.0.1

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#100206-sha1:d8a7a40)

Atlassian logo