It's currently possible to create a study with a stableId that includes a "+". These types of characters can mess with the URL, so we should make the validator limit the studyId characters to something like [a-zA-Z0-9_]
. The validator is a python script called by metaImport.py