Skip to content

designs: return error if uploading filenames with special chars

Sushil khanchi requested to merge khanchi97/gitlab:khanchi-designs-patch2 into master

What does this MR do?

This MR completely fixes #219113 (closed) (partially fixed by !42514 (merged) ) and specifically addresses #219113 (comment 360806168) Now we return an error if the user tries to upload a file with special characters in the filename. FWIW, as @.luke mentioned it could be documented as a design management limitation.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Sushil khanchi

Merge request reports