-
Bug
-
Resolution: Fixed
-
Medium
-
5.16.11, 7.0.1, 7.1.2
-
2
-
Severity 3 - Minor
-
15
-
Issue Summary
When readme.md contains a URL that contains an asterisk, the resulting link points to "null".
Steps to Reproduce
- Commit and push a readme.md file that contains this URL:
https://something.something.com/something?query=* - Open the repository that the file was pushed to in the Bitbucket Server UI
Expected Results
The link is clickable and leads to https://something.something.com/something?query=*
Actual Results
The link is clickable and leads to "null", relative to the repository (because the href is null)
Workaround
The asterisk can be URL-escaped with %a
- relates to
-
BSERV-11824 Links in markdown files containing @ characters do not pass the correct encoded URL
- Closed
-
BSERV-12342 When a pull request comment contains a URL that contains an asterisk, the resulting link is not clickable
- Closed
- causes
-
PS-58077 Loading...