Actions
Bug #10220
closedInventories with fields containing only spaces/tabs/... may fail to be parsed due to invalid sanitization of entry
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
If a Storage/Manufacture tag contain only space or blank characters, inventory will fail to be processed by the web interface, with a nasty
java.lang.AssertionError: assertion failed at scala.Predef$.assert(Predef.scala:156)
Cause is function "optText" in FusionReportUnmarshaller that does not handle properly this case - it should sanitize entry first
Actions