Actions
Bug #25193
closedOpenSCAP test fails when there is a '@' '%40' in path
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
When we have several build in parallel, jenkins happens a "@XX" in the path. Then, the way we access files encodes it into "%40XX" which is not found.
We already had the case here: #19186
The solution is to change all:
this.getClass.getClassLoader.getResource(name).getPath
Into "toURI.getPath":
this.getClass.getClassLoader.getResource(name).toURI.getPath
Updated by François ARMAND 4 months ago
- Related to Bug #19186: Webapp tests fail if repository path contains an '@' added
Updated by François ARMAND 4 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 4 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/740
Updated by Anonymous 4 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|ddff6ba7db1c2d9cb27fb34c05422a2d8649beb1.
Updated by Vincent MEMBRÉ 4 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder plugin openscap v8.1.6-2.1
Updated by Vincent MEMBRÉ 2 months ago
This bug has been fixed in Rudder plugin openscap v8.2.0.beta1-2.1
Actions