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

[Fixes: #259] Loading of dataset fails if domain contains geoserver #260

Closed
wants to merge 4 commits into from

Conversation

t-book
Copy link

@t-book t-book commented Mar 24, 2023

The current code splits the URL based on the string geoserver.
In case the domain contains geoserver somewhere else, like https://geoserver.example.com the loading of resources fails.
I'd like to suggest to explitcitly search for /geoserver/ which would target geoserver.example.com /geoserver/ ows...

@t-book t-book requested a review from giohappy March 24, 2023 06:53
@t-book t-book added the type: enhancement New feature or request label Mar 24, 2023
@giohappy giohappy requested review from Gpetrak and removed request for giohappy November 13, 2024 16:38
@giohappy giohappy linked an issue Nov 13, 2024 that may be closed by this pull request
@giohappy
Copy link
Contributor

@t-book if you agree I would close this PR, since it has conflicts now and the proposed solution doesn't cover the other parts of the same module with the same problem.

Your solution might work but it should be put in a method to be reused where needed.

@giohappy giohappy closed this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loading of dataset fails if domain contains geoserver
2 participants