informatics-isi-edu / hatrac

Simple object storage for collaborations
Apache License 2.0
3 stars 1 forks source link

add custom flask URL converters for path elements #65

Closed karlcz closed 1 year ago

karlcz commented 1 year ago

The flask built-in converters for path and string are too permissive and can lead to ambiguous URL routing. We want to strictly limit our routing so that the separators of Hatrac URLs [?/:;] can never appear inside any of the basic strings that are being separated.