OpenDataServices / standards-lab

Open Standards Lab. A web tool for users and creators of Open Standards.
https://standards-lab.readthedocs.io/
GNU Affero General Public License v3.0
2 stars 0 forks source link

File with hashes in the name can't be re-downloaded #56

Closed Bjwebb closed 3 years ago

Bjwebb commented 3 years ago

This comes up because we use hashtags in filenames, e.g. #public or #test

michaelwood commented 3 years ago

Nice, I'm guessing this is a product of using django to serve files. Where we probably should be leaving a 'real' webserver to do it, I didn't have any ideas on how to manage the project file logic there though.

Bjwebb commented 3 years ago

Wouldn't we need to do something about the hash when constructing the url anyway, as otherwise it will always be treated as a fragment?

odscjames commented 3 years ago

They also can't be opened in the editor - on my machine I get the HTML of the error page appearing there instead