opengeospatial / ets-wmts10

WMTS Test suite
Other
1 stars 3 forks source link

Some GetCapabilities requests do not specify version 1.0.0 #90

Closed cmorriscmps closed 1 month ago

cmorriscmps commented 1 month ago

The wmts:Server.KVP.GET.GetCapabilities.Request.Sections.* tests do not include an acceptVersions parameter. Although the parameter is optional because servers may support multiple versions, it must be included in these tests to make sure that they are testing version 1.0.0.

dstenger commented 1 month ago

Thank you for reporting. Yes, this is a well known problem. We will review your pull request soon.

dstenger commented 1 month ago

A functional test with the reference implementation was successful.

@cmorriscmps Can you please check my comments in https://github.com/opengeospatial/ets-wmts10/pull/92 regarding the code?