eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
43 stars 21 forks source link

Investigate path issue on Windows for save request #173

Closed ndoschek closed 2 years ago

ndoschek commented 2 years ago

Currently, the save request that uses the modelUri path as parameter stopped working on Windows. See also the discussion https://github.com/eclipse-emfcloud/emfcloud/discussions/120 on that topic.

Tested via the emfcloud-modelserver-theia example application:

Investigate if other requests are affected as well.

eneufeld commented 2 years ago

We should check whether this is by chance fixed with the v2 refactorings

ndoschek commented 2 years ago

This problem persists in combination with emfcloud-modelserver-theia using v1. Therefore an issue in the emfcloud-modelserver-theia repository was created: emfcloud-modelserver-theia/issues/90. The basic workflow without the Theia application works (e.g. via direct requests or if using the ExampleModelServerClient) on the Model Server under Windows. Therefore I close this issue in this repo.