major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
defect
If a string attribute in a `tl:ConfigurationItem` contains a "<", the content is not written as an attribute but as the content of a tag. A CDATA section is written for this purpose.
If the attribute value itself contains a CDATA section, it is not quoted, resulting in invalid XML.
Test
TestXMLConfigurationWriter.testCDATAInStringValue()