Actions
Bug #12556
closedNumberFormatException in NodeAPI 8 (runResponse)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
In node API service 8, we have that code:
out.write(s"Error when trying to contact internal remote-run API: ${e.getMessage}".toByte)
This code will throw a `java.lang.NumberFormatException` because "toByte" try to parse the string as a byte.
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1923
Updated by Rudder Quality Assistant over 6 years ago
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND over 6 years ago
- Assignee changed from François ARMAND to Vincent MEMBRÉ
Updated by Rudder Quality Assistant over 6 years ago
- Assignee changed from Vincent MEMBRÉ to François ARMAND
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|0092c826dcc028469ce537d99e517a1432841f56.
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending release to Released
Actions