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

Fix ArcGIS Feature request failures on specific server #7295

Merged
merged 8 commits into from
Oct 30, 2024

Conversation

mdastous-bentley
Copy link
Contributor

This PR solves 2 issues:

  1. Capabilities parsing issue of the supportedQueryFormats:
    Typically, the capabilities response contains the following:
    "supportedQueryFormats": "JSON, PBF",
    Turns out some server, do no include a whitespace after the comma separator, like this:
    "supportedQueryFormats": "JSON,PBF",

  2. The f (i.e. format) query parameter, must have its value set in lower case, even though the supportedQueryFormats capability indicates the formats in upper case.
    This is confirmed by the ArcGIS documentation:
    image

@mdastous-bentley mdastous-bentley marked this pull request as ready for review October 25, 2024 19:32
@mdastous-bentley mdastous-bentley enabled auto-merge (squash) October 28, 2024 11:50
@mdastous-bentley
Copy link
Contributor Author

@Mergifyio backport release/4.9.x

Copy link
Contributor

mergify bot commented Oct 28, 2024

backport release/4.9.x

✅ Backports have been created

@mdastous-bentley
Copy link
Contributor Author

@aruniverse Looks like Im getting random test failures ?

@aruniverse
Copy link
Member

@aruniverse Looks like Im getting random test failures ?

Yes integration tests are failing due to some auth issues, we are aware and looking into it

@mdastous-bentley mdastous-bentley merged commit 544bc8e into master Oct 30, 2024
16 checks passed
@mdastous-bentley mdastous-bentley deleted the geo/fixFeatureFormatCase branch October 30, 2024 14:41
mergify bot pushed a commit that referenced this pull request Oct 30, 2024
mdastous-bentley added a commit that referenced this pull request Oct 31, 2024
… [release/4.9.x] (#7305)

Co-authored-by: Michel D'Astous <mdastous-bentley@users.noreply.github.com>
Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com>
Co-authored-by: Paul Connelly <22944042+pmconne@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants