| << Back to previous view |
[QB-2825] Publishing an to an artifact folder containing # in it's name break's the link
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 6.1.23 |
| Fix Version/s: | 7.0.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Benoit Maury-Bouet | Assigned To: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
Dear all,
I created a publish artifact step with a repeat condition folder is named "Test #X TestName" The artifact is published normally but in the overview pane if I click on a file the url is not properly encoded : Here's the link provided "http://XXXX:8810/download/535907/artifacts/Test%20#1%20DemoMetrics/log.txt" If I replace the # with %23 then the link works http://XXXX:8810/download/535907/artifacts/Test%20%231%20DemoMetrics/log.txt |