Meta type service incorrectly parses attribute element content when the content is specified in value child tags ----------------------------------------------------------------------------------------------------------------
Key: FELIX-597 URL: https://issues.apache.org/jira/browse/FELIX-597 Project: Felix Issue Type: Bug Components: Metatype Service Reporter: Christian van Spaandonk Assignee: Christian van Spaandonk Priority: Minor Metatype resources can specify attribute content as <Attribute content="my,Content"> or as <Attribute><Value>my</Value><Value>Content</Value></Attribute>. In the first form content should be split on comma, in the latter it shouldn't. At the moment the latter form is also split on comma. See the compendium spec 105.6.1 for details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.