-
Notifications
You must be signed in to change notification settings - Fork 160
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
Null pointer on custom operations invoked at the resource-type level for resource types that don't exist #2307
Comments
The URL above uses
|
There is a call to getResourceType which does not check if the output is null. It assumes that this is never null.
|
- Add check for the URI Path - Add Integration Test Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
PR #2310 The message generated is: This ensures invalid input isn't reflected back to the sender. |
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Null pointer on $validate of a Bundle #2307
With the fix loaded, reran the same statement, and now I get a 404 error with
Closing the issue |
- Add check for the URI Path - Add Integration Test Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Describe the bug
A clear and concise description of what the bug is.
I was testing with a bundle and got a null pointer error.
Environment
Which version of IBM FHIR Server?
To Reproduce
This was in postman, but here is the curl:
Data is mock data.
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: