Wrong URL encoding for pull request (%252f instead of /)

XMLWordPrintable

    • Type: Bug
    • Resolution: Obsolete
    • Priority: Low
    • None
    • Affects Version/s: 1.5.1, 1.5.2, 1.7
    • Component/s: None
    • None

      When creating a pull request from stash I am redirected to an URL like:

      https://<path to repo>/pull-requests?create&sourceBranch=feature%252f<branch name>

      which gives me a 404. Changing the URL to

      https://<path to repo>/pull-requests?create&sourceBranch=feature/<branch name>

      gives e the right page

      Didn´t have this error in 1.4

            Assignee:
            Unassigned
            Reporter:
            Thomas Heidenreich
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: