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
Currently the letters å, ä, and ö results in unexpected behaviour. The symbols are not support by Unix paths, and thus the paths are created. However, they are supported by our database models. This means that, e.g., creating the path Årsfest would result in a database object being created and thus the path displayed on the page, but in a 404 Resource not found as the path does not exist.
Expected behaviour (2 options):
Allow the symbols to be part of the path name and hack around the actual path on the server
Disallow the symbols, but have both backend and frontend verification on the fields
The text was updated successfully, but these errors were encountered:
Currently the letters
å
,ä
, andö
results in unexpected behaviour. The symbols are not support by Unix paths, and thus the paths are created. However, they are supported by our database models. This means that, e.g., creating the pathÅrsfest
would result in a database object being created and thus the path displayed on the page, but in a404 Resource not found
as the path does not exist.Expected behaviour (2 options):
The text was updated successfully, but these errors were encountered: