SAP-samples / cloud-cap-risk-management

The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Apache License 2.0
67 stars 94 forks source link

fix for GET /risk/Risks crashing the server #12

Closed dinurp closed 2 years ago

dinurp commented 2 years ago

The server crashes on GET /risk/Risks?$top=11. This the first query in test.http The crash was because empty select was not handled in the implementation. This changes checks for empty $select.

smahati commented 2 years ago

Hi @dinurp,

Sorry for the late reply, this issue has been fixed so I am closing this PR.

Best regards, Manju