Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metasearch fails when catalogue entry provides full GetCapabilities URL with parameters #24171

Closed
qgib opened this issue Mar 2, 2017 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins

Comments

@qgib
Copy link
Contributor

qgib commented Mar 2, 2017

Author Name: Dave Sampson (@samperd)
Original Redmine Issue: 16261
Affected QGIS version: 2.18.4
Redmine category:metasearch_catalogue_client
Assignee: Tom Kralidis


As a metasearch user
I want to access entries in catalogues that include a full GetCapabilities URL
So that these types of URLS don't fail and I can view a WMS or other OGC service within QGIS

Details:

  1. Given this internal catalogue: http://INTRANET/geonetwork/srv/csw
  2. And a keyword search of "WMS"
  3. Resulting in a record entry with: http://INTRANET/arcgis/services/D01/0cb80e79-11df-4772-b7bd-f0ed2902cdb5/MapServer/WMSServer?request=GetCapabilities&service=WMS
    #Reults in the following error:
---------------------------
WMS Provider
---------------------------
The server you are trying to connect to does not seem to be a WMS server. Please check the URL.
---------------------------
OK   Hide Details...   
---------------------------

  1. when you enter URL with double params (created by Metasearch) you also get the error

Likely issue is in metasearch sending OWSLib an invild URL because the catalogue maintains the full GetCap string. Not sure if best to fix in Metasearch or OWSLIB.

Due to various business rules the actual GetCap request is managed in the catalogue.

@qgib
Copy link
Contributor Author

qgib commented Mar 5, 2017

Author Name: Tom Kralidis (@tomkralidis)


Implemented in 2.14 branch, 2.18 branch and master. Will be available on the next plugin release of MetaSearch or 2.14.13/2.18.5 on 24 March 2017 (whatever comes first)


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 25, 2019
@qgib qgib added this to the Future Release - Nice to have milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant