kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

Support spaces in path #54

Open soerendomroes opened 2 years ago

soerendomroes commented 2 years ago

Spaces are not supported by all components. Use URLDecoder.decode on the server-side for this.

This ticket is currently blocked by sprotty, since the RequestModelAction will send a URI that is not supported by the DiagramUpdater and which cannot be changed at all.