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
Updated by Nicolas CHARLES almost 8 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES almost 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/ldap-inventory/pull/102
Updated by Nicolas CHARLES almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset ldap-inventory|b5cf10cac6858cd9fb87469ae50ed5ae42d1bb9f.
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
Actions