View Issue Details

IDProjectCategoryView StatusLast Update
0016918mantisbtcustomizationpublic2014-02-18 06:23
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Product Version1.2.15 
Summary0016918: Manage - Manage Configuration: Complex type doesn't handle array of strings
Description

The code doesn't strip the existing quotes before attempting to add quotes and hence the strings are quoted twice causing the array to become invalid for the code consuming the configuration.

TagsNo tags attached.

Relationships

duplicate of 0016917 closedvboctor Manage Configuration Complex Type fails when array is terminated with a semi-color 

Activities

vboctor

vboctor

2014-02-05 12:13

manager   ~0039325

Turns out this issue is a side effect of 0016917 - since if the array doesn't match due to the semi-colon it is treated as a string and the quotation marked as escaped. Because it is a string rather than an array it can't be consumed by the code.

dregad

dregad

2014-02-05 12:42

developer   ~0039327

That makes sense. I was quite surprised when you raised this issue, because I was quite sure I had tested that case when working on the parser.