-
Bug
-
Resolution: Fixed
-
Major
-
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
Description | Original: 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}}. |
New:
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. |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: parameters [ 15594 ] |
Workflow | Original: JNJira [ 136994 ] | New: JNJira + In-Review [ 204324 ] |
See also
JENKINS-6719, which introduced the ability to download the file parameters from the action page.