opengeospatial / ets-wms13-nsg

0 stars 0 forks source link

Observed stand-alone implementation issue with base code #10

Closed beattyj closed 6 years ago

beattyj commented 6 years ago

The NSG profile is extended form the DGIWG profile implementation. Within the DGIWG profile issue #4 (https://github.com/opengeospatial/ets-wms13-dgiwg/issues/4), the code intentionally tries to call the OGC beta site to perform a redundant test on the WMS service. Currently the test always fails due to some hardcode and assumptions in the code - however, the fact that it tries to "phone home" is a significant issues when trying to docker-ize, execute on a closed network, or in a hardened environment.
As recommended in the DGIWG issue, would recommend removing this apparent redundant test/routine.