-
Bug
-
Resolution: Obsolete
-
Low
-
None
-
1
-
Severity 3 - Minor
-
57
-
Issue Summary
On Bitbucket's UI, it's possible to create and commit a file named "\".
This file causes problems on the repository, as after creation, it's not possible to delete, open or edit this file.
Steps to Reproduce
1. Navigate to any Bitbucket repo > Source > create a file named "\"
2. You will not be able to open or edit this file
Expected Results
Users should be able to edit, alter or delete files named "\", or they shouldn't be able to create such files at all.
Actual Results
There is nothing stopping users from creating a file named "\".
The UI should either stop users from creating files with the "\" character as their name, or it should allow users to open, edit or remove these files.
Workaround
It's possible to alter or delete the file through Git directly by following the steps below through Git, which escapes the "\" character with itself:
rm \\
git add --all && git commit -m "removing \"
git push
I just asked help desk to create a new repository and restarted over.
You can close the ticket.
Thank you,
Alejandro.