Open frcaldeira opened 5 years ago
This is kind of a small thing but when a user copy and paste the url of a service in the service URL, if by any change there is an extra space at the end or begining of the string like: "http://inspire.ine.pt/geoserver/gn/wfs?service=wfs&version=2.0.0&request=GetCapabilities ", you will get an error:
Test Run initialization failure The URL is invalid: http://inspire.ine.pt/geoserver/gn/wfs?service=wfs&version=2.0.0&request=GetCapabilities
Can you trim the url before the test? Because everything seems ok with the url, and the users might think there's something wrong with the service.
Regards F
This is kind of a small thing but when a user copy and paste the url of a service in the service URL, if by any change there is an extra space at the end or begining of the string like: "http://inspire.ine.pt/geoserver/gn/wfs?service=wfs&version=2.0.0&request=GetCapabilities ", you will get an error:
Test Run initialization failure The URL is invalid: http://inspire.ine.pt/geoserver/gn/wfs?service=wfs&version=2.0.0&request=GetCapabilities
Can you trim the url before the test? Because everything seems ok with the url, and the users might think there's something wrong with the service.
Regards F