Giter Club home page Giter Club logo

Comments (1)

yjacolin avatar yjacolin commented on August 11, 2024

Hello,

The standard says:

Requirement 3 /req/get-kvp/case-sensitivity:

Keys shall be case insensitive, values shall be case sensitive.

While this requirement is strict, the corresponding conformance test tentatively does not
stamp an implementation non-conformant if it is elastic in also recognizing a wrong case in
values, as long as this does not cause a conflict.
Example “REQUEST=GETCAPABILITIES” allows unambiguous recognition of the canonical
value “GetCapabilities”. For coverage identifiers, on the other hand, case distinction is essential.

So it seems that lowercase is correct as it does not cause conflict. But I think the document should use the same case for all request to not be confusing.

About VERSION parameter, Web COmmon service says:

(Deprecated: The specification version was optional in the GetCapabilities
operation request for all OGC Web Services to support client-server version
negotiation.)

So we have to change either to http://www.yourserver.com/wcs?SERVICE=WCS&REQUEST=GetCapabilities& or to http://www.yourserver.com/wcs?SERVICE=WCS&ACCEPTVERSIONS=1.0.0,2.0.1& REQUEST=GetCapabilities&

Note to myseslf, changes needed:

  • Unchanged KVP parameters (VERSION: add deprecated label)
  • KVP request examples (VERSION -> ACCEPTVERSIONS, add a list, wcs -> WCS)

I will prepare a PR soon. Thanks.

Y.

from mapserver-documentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.