-
Bug
-
Resolution: Fixed
-
Medium
-
7.0.1, 7.1.2
-
2
-
Severity 3 - Minor
-
15
-
Issue Summary
When a pull request comment contains a URL that contains an asterisk, the resulting link is not clickable
Steps to Reproduce
- Add a comment to a pull request that contains this URL:
https://something.something.com/something?query=*Expected Results
The link is clickable and leads to https://something.something.com/something?query=*
Actual Results
While the link is rendered as if it was clickable, it isn't (because it has no href)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
BSERV-12341 When readme.md contains a URL that contains an asterisk, the resulting link points to "null".
- Closed