You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix handling of corpora with special characters like umlauts or slashes when
deleting corpora, getting the corpus configuration file, getting linked files
(both the CorpusStorage API and the web service).
Expliclity escape / in node names so we can create hierarchical paths in
node names. We already have this assumption at several places, but a corpus
with slashes would create ambiguities. This also helps when creating linked
files base on the node name. Also, escape all characters that are invalid file
names on Windows, because the node name might be used as file name.