georchestra / sdi-consistence-check

A project to check links between data and metadata in a SDI
GNU General Public License v3.0
4 stars 3 forks source link

[WFS mode] The credentials are not propagated #18

Closed pmauduit closed 7 years ago

pmauduit commented 7 years ago

Encountered on Rennes-Métropole:

Unable to parse the remote OWS server: The OWS GetCapabilities is unparseable at https://portail.sig.rennesmetropole.fr/geoserver/ows: undefined entity: line 91, column 23

the parsed document is actually the CAS login page:

$ curl -L 'https://portail.sig.rennesmetropole.fr/geoserver/ows?service=wfs&request=GetCapabilities&version=1.1.0' > wfsgetcap-noauth.xml
$ xmllint wfsgetcap-noauth.xml 
wfsgetcap-noauth.xml:91: parser error : Entity 'copy' not defined
          <p>Copyright &copy; 2005&ndash;2012 Jasig, Inc. All rights reserved.</
pmauduit commented 7 years ago

upstream PR linked: https://github.com/geopython/OWSLib/pull/348

pmauduit commented 7 years ago

PR merged upstream, should be fixed, closing