Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: core
-
Environment:Jenkins ver. 1.532.1 on apache-tomcat-7.0.39 on Windows 7
-
Similar Issues:
Description
When a 'File Parameter' is given a 'File Location' with forward slashes to use a subdirectory of the workspace (ex: subfolder/input.txt), the file cannot be downloaded from the build's Parameters page. A blank page appears when the links are clicked. If there are no slashes in the 'File Location' the file will download fine.
To Reproduce:
-------------
Create New Build
Check 'This Build is Parameterized'
Add 'File Parameter' with 'file location' = "subfolder/input.txt"
Save
Run Build using a text file named 'testfile.txt' as parameter.
On that Build's info page
Click Parameters
Try and download using the link
Result:
-------
URL like:
http://JenkinsBox/job/fileParameterBuild/1/parameters/parameter/subdir%2Finput.txt/testfile.txt
Leading to blank white Page
Expected Result:
----------------
Specified File Downloads
Additional Notes:
-----------------
The file DOES exist on the server:
C:\BUILD\.jenkins\jobs\fileParameterBuild\builds\2014-01-10_16-52-47\fileParameters\subdir\input.txt
Attachments
Issue Links
- is duplicated by
-
JENKINS-17512 Throttling per category doesn't work for build flows
-
- Resolved
-
- is related to
-
JENKINS-31068 The reverse proxy monitor doesn't verify anymore if org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true on Tomcat
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | core [ 15593 ] | |
Component/s | build-with-parameters [ 17657 ] |
Resolution | Not A Defect [ 7 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Component/s | parameters [ 15594 ] |
Link |
This issue is duplicated by |
Link |
This issue is related to |
Workflow | JNJira [ 153199 ] | JNJira + In-Review [ 194505 ] |
The File Parameter is located in Jenkins core