Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download filename is truncated if attachment filename contains a # #46

Open
VivaLosDoyers opened this issue Apr 22, 2021 · 0 comments
Open

Comments

@VivaLosDoyers
Copy link

If the filename of a file attached to a work item contains a #, when a user downloads the file, their browser will download it with the filename truncated to exclude everything from the # and after.

For example, if you upload a file called “Issue #14.docx”, the downloaded file will have the filename "Issue ".

To reproduce:

  1. Create a file with a # in the name. For example: Issue Cannot see the extension at all #14.docx
  2. Create a work item in Azure DevOps and attach the file to the work item
  3. Open the work item and double-click the attachment to download
  4. Expected: The attachment should have the original filename
  5. Actual: The attachment name is truncated, and downloaded as "Issue "

This has been reproduced in both Chrome 90 and Edge 90

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

No branches or pull requests

1 participant