deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
150 stars 100 forks source link

[WMTS 1.0.0] No locator while executing a request with a missing parameter #424

Closed bierett closed 9 years ago

bierett commented 10 years ago

If I execute the CITE test wmts:Server.KVP.GET.GetTile.Missing against deegree webservices 3.4-pre15, deegree responds with no locator.

Actual behavior

See WMTS 1.0.0 Spec, table 24

diegomigliavacca commented 9 years ago

I suppose the correct ExceptionCode will be MissingParameterValue.

bierett commented 9 years ago

Thanks for the hint. I think there was a Copy&Paste mistake. I have updated the description.

bierett commented 9 years ago

Test successful for wmts:Server.KVP.GET.GetTile.Missing with

wmts:Server.KVP.GET.GetFeatureInfo.Missing is still failing. @diegomigliavacca » Can you copy your bugfix of wmts:Server.KVP.GET.GetTile.Missing for wmts:Server.KVP.GET.GetFeatureInfo.Missing too.

stephanr commented 9 years ago

Resolved by #465