-
Bug
-
Resolution: Not A Defect
-
Major
-
Jenkins ver. 1.532.1 on apache-tomcat-7.0.39 on Windows 7
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
- 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