Issue Details (XML | Word | Printable)

Key: HUDSON-6897
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: StevenGBrown
Reporter: StevenGBrown
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hudson

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

Created: 01/Jul/10 06:57 AM   Updated: 01/Jul/10 07:09 AM   Resolved: 01/Jul/10 07:09 AM
Return to search
Component/s: parameters
Affects Version/s: current
Fix Version/s: None

Environment: Hudson 1.363


 Description  « Hide

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.



Sort Order: Ascending order - Click to sort in descending order
StevenGBrown added a comment - 01/Jul/10 06:57 AM

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


scm_issue_link added a comment - 01/Jul/10 07:09 AM

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