eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

API V2: JsonPatchHelper should normalize URIs when using EMF-style paths #193

Closed CamilleLetavernier closed 2 years ago

CamilleLetavernier commented 2 years ago

When using EMF-style paths with Json Patch, we include the resource URI in the path. Unlike the ?modeluri query, this URI is not normalized, which may cause some issues.

We should add URI normalization to JsonPatchHelper