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

File parameter name is not encoded before used within the download URL

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Hudson 1.363

      The file parameter name may contain unsafe characters that cannot be used within a URL. In particular, in can include forward-slash characters when the file parameter is located under a subdirectory of the workspace. See Util.rawEncode.

      When the file parameter name contains any of these characters, the file cannot currently be downloaded from the build Parameters page.

          [JENKINS-6897] File parameter name is not encoded before used within the download URL

          StevenGBrown added a comment -

          See also JENKINS-6719, which introduced the ability to download the file parameters from the action page.

          StevenGBrown added a comment - See also JENKINS-6719 , which introduced the ability to download the file parameters from the action page.

          Code changed in hudson
          User: : StevenGBrown
          Path:
          trunk/hudson/main/core/src/main/resources/hudson/model/FileParameterValue/value.jelly
          trunk/www/changelog.html
          http://jenkins-ci.org/commit/32431
          Log:
          [FIXED JENKINS-6897] The file parameter name is now encoded before used within the download URL.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : StevenGBrown Path: trunk/hudson/main/core/src/main/resources/hudson/model/FileParameterValue/value.jelly trunk/www/changelog.html http://jenkins-ci.org/commit/32431 Log: [FIXED JENKINS-6897] The file parameter name is now encoded before used within the download URL.

            stevengbrown Steven G Brown
            stevengbrown Steven G Brown
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: