When readme.md contains a URL that contains an asterisk, the resulting link points to "null".

XMLWordPrintable

    • 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

      1. Commit and push a readme.md file that contains this URL:
        https://something.something.com/something?query=*
      2. 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

            Assignee:
            Frank Doherty
            Reporter:
            Christian Glockner (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: