New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: BAM-1115
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Edwin Wong [Atlassian]
Reporter: Michael Hartman
Votes: 0
Watchers: 0
Operations

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

Artifact URL fails to escape invalid characters

Created: 11/Apr/07 03:49 PM   Updated: 24/Apr/07 02:54 AM
Component/s: Build Artifacts
Affects Version/s: 1.0.3
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment: Standalone
Issue Links:
Reference
 

Participants: Ajay Sridhar [Atlassian], Edwin Wong [Atlassian] and Michael Hartman
Since last comment: 1 year, 18 weeks, 2 days ago
Internal Work Bucket: Confirmed
Number of comments: 2
Labels:


 Description  « Hide
Path to a build artifact which contains a character which should be URL-escaped is not escaped which leads to a failure in retrieving said artifact.

E.g. This path contains the hash or pound sign (#) which should be escaped with %23
http://tsunami:8085/download/GATHER-LC/artifacts/build-5/FooBar/3.2.2-#1

Should be
http://tsunami:8085/download/GATHER-LC/artifacts/build-5/FooBar/3.2.2-%231



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ajay Sridhar [Atlassian] added a comment - 11/Apr/07 09:34 PM
Hi Micheal,

Thank you, for raising this JIRA issue.

I was able to replicate this bug and we are on top of it

Sorry for the inconvenience.

Cheers,
Ajay


Edwin Wong [Atlassian] added a comment - 24/Apr/07 02:54 AM
The file name was not being url encoded.

This should be fixed with release 1.1.

Cheers,
Edwin