Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-42452

build badge icon unprotected URL escaping incorrectly

XMLWordPrintable

    • v2.0-beta1

      When using a branch such as feature/xyz1, the build badge icon is created as 2 URLs:

      Protected:
      https://xxx/job/Group/job/repo/job/feature%252Fxyz1/badge/icon

      Unprotected:
      https://xxx/buildStatus/icon?job=Group/repo/feature%2Fxyz1

      The Unprotected is returning the wrong escape for the slash, it should be %252F, not %2F

            thomas_dee Thomas Döring
            discobean Mariusz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: