[MapServer-dev] ogcapi.cpp 404 on https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/exception.yaml

Sebastiaan Couwenberg sebastic at xs4all.nl
Tue Apr 15 01:35:11 PDT 2025


On 4/15/25 9:06 AM, Willem Jenniskens via MapServer-dev wrote:
> In mapogcapi.cpp this url is present:
> 
> https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/core/openapi/schemas/exception.yaml
> 
> It gives 404. I think it should be:
> 
> https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/master/openapi/schemas/common-core/exception.yaml
> or
> https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/refs/heads/master/openapi/schemas/common-core/exception.yaml
> 
> Do you agree? What is the best way to do this?

Using one of the tags should be a more stable ref than master, e.g.:

  https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/refs/tags/1.0-draft.6/core/openapi/schemas/exception.yaml

A specific commit should also be stable:

  https://raw.githubusercontent.com/opengeospatial/ogcapi-processes/6f4945ed158fa064bb75a0f11d24c8f683f2fb6b/core/openapi/schemas/exception.yaml

Kind Regards,

Bas

-- 
  GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


More information about the MapServer-dev mailing list