Mahdi_Barkia

Results 3 comments of Mahdi_Barkia

We call ``remoteService.run(Delete.from(AdhocItem_.class).matching(adhocItemEntryToDelete));`` which uses https://github.wdf.sap.corp/cds-java/cds-services/blob/main/cds-feature-remote-odata/src/main/java/com/sap/cds/services/impl/odata/RemoteODataHandler.java#L361 to prepare the entityPath and Cloud SDK uses ODataUriFactory to encode URI. Typically, encoding should happen at the time of constructing the URL, not...

The workaround works as expected. Many thanks for your support! But CAP Colleagues asked me to discuss with you the following: https://docs.oasis-open.org/odata/odata/v4.02/csd01/part2-url-conventions/odata-v4.02-csd01-part2-url-conventions.html#URLParsing Note: neither [RFC3986](https://docs.oasis-open.org/odata/odata/v4.02/csd01/part2-url-conventions/odata-v4.02-csd01-part2-url-conventions.html#rfc3986) nor this specification assign special...

I understand the risk related to changing the current version. And hope this will be available with next major Release but as the reflection is necessary for the workaround, I...