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

[backport 22.0.x] Update geoserver submodule to include fix for GEO-5586 #3768

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

groldan
Copy link
Member

@groldan groldan commented Jul 7, 2022

Backport #3767 to 22.0.x/geoserver 2.18.6-georchestra

See georchestra/geoserver@5095e28

ogcapi-images: Avoid ServiceException in WFS GetCapabilities

STACItemFeaturesResponse.getCapabilitiesElementName() throws
an UnsupportedOperationException instead of returning null,
producing a ServiceExceptionReport when requesting a WFS 1.0.0
GetCapabilities document.

null is a valid return value for this method, that results
in WFSGetFeatureOutputFormat.getCapabilitiesElementNames()
not contributing an output format name for the
WFSGetFeatureOutputFormat in question.

ogcapi-images: Avoid ServiceException in WFS GetCapabilities

`STACItemFeaturesResponse.getCapabilitiesElementName()` throws
an `UnsupportedOperationException` instead of returning `null`,
producing a `ServiceExceptionReport` when requesting a WFS 1.0.0
`GetCapabilities` document.

`null` is a valid return value for this method, that results
in `WFSGetFeatureOutputFormat.getCapabilitiesElementNames()`
not contributing an output format name for the
`WFSGetFeatureOutputFormat` in question.
@groldan groldan merged commit bce1ee3 into 22.0.x Jul 7, 2022
@groldan groldan deleted the bug/ogcapi/wfs_getcaps_error_22.0.x branch July 7, 2022 03:55
@pmauduit pmauduit added this to the 22.0.3 milestone Jul 19, 2022
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.

None yet

2 participants