Major
Detail
Detail
#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.
Bugfix
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 there is still a CDATA section in the value of the attribute, it will not be quotet, so invalid XML will be generated.
Test
TestXMLConfigurationWriter.testCDATAInStringValue()