Description
When creating a feed, I cleared all properties - queueName, timeout, maxMaps, etc. (in Properties tab), and I got the following XML:
<properties>
<property/>
</properties>
which could not be parsed by Falcon, as 'property' element should have a 'name' attribute:
[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 497; cvc-complex-type.4: Attribute 'name' must appear on element 'property'.]