Bug #12556
closed
NumberFormatException in NodeAPI 8 (runResponse)
Added by François ARMAND over 6 years ago.
Updated over 6 years ago.
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.
- 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
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Status changed from Pending technical review to Pending release
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.12, 4.2.6 and 4.3.1 which were released today.
Also available in: Atom
PDF