-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: Internationalisation
-
1
-
Severity 3 - Minor
Summary
Multi-byte branch name is not properly generated when downloading the branch as an archive.
Environment
- Bitbucket Server 5.7.1
Steps to Reproduce
- Commit and push the branch whose name contains multi-byte characters (example.zip
) - Open the branch on Bitbucket Server UI
- Click "..." > "Download"
- Verify the downloaded file
Expected Results
The downloaded filename should keep its original name example-feature-ja_あいうえお@03d2f9dbe49.
Actual Results
The filename corrupts like example-feature-ja______@03d2f9dbe49.
The multi-byte part is replaced with underscores.
Workaround
- Use ASCII for branch name
- is related to
-
BSERV-9692 Filename gets broken when downloading Git file named in multi-byte chars
-
- Closed
-