eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

EMFCommandHandler requests codec for null model URI #242

Closed cdamus closed 1 year ago

cdamus commented 1 year ago

This bug is a follow-up to issue #230 and PR #231 in which the CodecProvider framework was introduced to support model-specific format mappings.

The problem is that the EMFCommandHandler requests a codec for the null model URI, but it has the request/web-socket context from which it can get the model URI, so it should use that to get the most appropriate codec available.