-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 6.3.2
-
Component/s: Rendering - Markdown Syntax
-
1
-
Severity 3 - Minor
-
1
Summary
Links in markdown files containing @ characters are not redirecting to the correct encoded URL when clicking on them.
Steps to Reproduce
- Create a markdown file in a repository
- Add a link with @ character in the URL
- Open markdown file on Bitbucket (preview mode, not source)
- Click on the link
Expected Results
The linked URL is encoded correctly and it's accessible from the browser.
Actual Results
Bitbucket redirects to a non-existing URL with the following format: http://<bitbucket_url>/projects/<project_id>/repos/<repository_slug>/null
Workaround
There is no workaround.
- is related to
-
BSERV-12341 When readme.md contains a URL that contains an asterisk, the resulting link points to "null".
-
- Closed
-