| << Back to previous view |
[QB-3696] build.getLogUrl() doesn't work properly if getSystemSetting().getUrl() ends with "/"
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 12.0.0 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Benoit Maury-Bouet | Assigned To: | Robin Shen |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
In our system settings the url to the server was define as
http://server:8810/ when calling buid.getLog(stepName) it ends with a malformed url : http://server:8810//buildID/StepPath instead of http://server:8810/buildID/StepPath |