Release Notes / Version 12.2506.0
Table Of ContentsAdded Content Feeder Actuator Endpoint To Cancel Reindexing
A previously triggered re-indexing can now also be cancelled via the
actuator endpoint, by sending a POST request to
http://host:port/actuator/reindex/cancel.
(CMS-29059)
Workflow Action Exception Logging
Fixed a bug in the logging of some workflow action exceptions where the underlying cause was not visible.
(CMS-28851)
XLIFF-Import: Relaxed xlink:href and xlink:role Validation
When importing XLIFF that includes a CoreMedia Rich Text 1.0 property
value having an anchor with href like
href="https://", you may have observed an
error such as:
[Fatal Error] cvc-datatype-valid.1.2.1: 'https://' is not a valid value for 'anyURI'.
The cause is a mismatch between the CoreMedia Rich Text 1.0
specification (given as DTD) and the XLink namespace, thus, CoreMedia
Rich Text 1.0 allows any string value as xlink:href
while the XLink schema-based namespace does not.
As fix to grant that “any exported CoreMedia Rich Text 1.0” can be
imported again as XLIFF, we relaxed the schema validation for
xlink:href and also for a comparable mismatch in
xlink:role.
No adaptations to existing XLIFF files are required.
(CMS-28696)


