We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If publishingOrganizationKey or installationKey is not present in the database, registry fails to process a request. Issues are here:
https://github.com/gbif/registry/blob/dev/registry-ws/src/main/java/org/gbif/registry/ws/util/LegacyResourceUtils.java#L139 https://github.com/gbif/registry/blob/dev/registry-ws/src/main/java/org/gbif/registry/ws/util/LegacyResourceUtils.java#L151
organizationService and installationService throw NotFoundException instead of retruning null
NotFoundException
The text was updated successfully, but these errors were encountered:
related IPT issues gbif/ipt#2456 gbif/ipt#2458
Sorry, something went wrong.
Handled NotFoundException to fix IPT fails
91f70c3
(#596)
4c57520
Handled NotFoundException to fix IPT fails (#609)
d61deea
ahakanzn
Successfully merging a pull request may close this issue.
If publishingOrganizationKey or installationKey is not present in the database, registry fails to process a request. Issues are here:
https://github.com/gbif/registry/blob/dev/registry-ws/src/main/java/org/gbif/registry/ws/util/LegacyResourceUtils.java#L139
https://github.com/gbif/registry/blob/dev/registry-ws/src/main/java/org/gbif/registry/ws/util/LegacyResourceUtils.java#L151
organizationService and installationService throw
NotFoundException
instead of retruning nullThe text was updated successfully, but these errors were encountered: