INSPIRE-MIF / helpdesk-validator

Community discussion forum for INSPIRE validation issues
41 stars 22 forks source link

problems validating with href "https://inspire.ec.europa.eu" #1057

Closed montsemarco closed 3 months ago

montsemarco commented 3 months ago

Hi, When validating this metadata I got an error in the "Resource locator for View Service Linkage"

image

However, if I change to http instead https in the WMS applicationProfile branch

image

The validator pass the "Resource locator for View Service Linkage" test:

image

I guess that https://inspire.ec.europa.eu/* should be accepted in all the branches where appears. For instance, when I put https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view in a navigator it's reacheable, moreover, when I put http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view it redirects automatically to https**://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/view.

Is an error of the validator or I should change https://inspire.ec.europa.eu to http in all my metadata?

Thanks and best regards,

fabiovinci commented 3 months ago

Dear @montsemarco,

even if the links are redirected from HTTP to HTTPS the official URI of the codelist values is the one in HTTP as indicated in the INSPIRE Registry. image

For this reason, the validator looks for the value in HTTP.

montsemarco commented 3 months ago

HI Fabio, thanks for the explanation. I change the metadata to http. Best regards, Montse