-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Repository - Source
-
2
-
Severity 3 - Minor
-
63
Issue Summary
When using Rest API to get the contents of a file from a repository. If the file has an umlaute, the response will contain characters that the browser cannot read.
It appears to be possibly related to encoding, possibly BCLOUD-22068.
Steps to Reproduce
Create readme with contents:
This is a README with umlauts: üüü
Test für Umlaute
Example request:
https://api.bitbucket.org/2.0/repositories/fgrund/git-snippets-support/src/master/README.md
Expected Results
This is a README with umlauts: üüü
Test für Umlaute
Actual Results
This is a README with umlauts: üüü
Test für Umlaute
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available