Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Name of Boundary dataset not escaped #486

Closed manthey closed 6 years ago

manthey commented 6 years ago

If you put a plus in the name of a boundary dataset it gets converted to a space in the display. If you put an ampersand it fails to create the dataset.

manthey commented 6 years ago

I'll also note that if the name is too long, creating it fails -- this is a mongo index key limitation.

matthewma7 commented 6 years ago

Fixed by https://github.com/Kitware/minerva/pull/485