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 server crashing on GET /risk/Risks?$top=11 #11

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.

dinurp commented 2 years ago

try again