Skip to content

Conversation

@CGDogan
Copy link
Contributor

@CGDogan CGDogan commented Jun 22, 2023

Backend part of #640

  • A user can input #(.svs and this would be sanitized to .svs which is an invisible system file so sanitized again to svs which turns out to not have an extension thus not usable. The patch sanitizes this to noname.svs
  • Send the sanitized filename with "/upload/start", which already received the original filename. This allows user to understand that special chared filenames are not allowed early
  • Don't allow a.sVs etc which can't be viewed already. Don't allow for new files only
  • File with name '" + filename + "' already exists should also return filename

@birm birm merged commit 3db60ab into camicroscope:develop Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants