2025.2.1.3740
This patch resolves three issues.
Resilience to Invalid XML Characters
The issue affected data processing in workflows and other components, such as the IMAP loader, where invalid XML characters caused processing failures. A sanitisation procedure has been implemented to replace these invalid characters with a safe substitute, specifically \uE000
.
Improved Visibility for Password Recovery Link
The password recovery link lacked an underline decoration, making it indistinguishable from surrounding text. This has now been corrected for better visibility.
Removal of XML Declaration in API HTML Output
The HTML output generated by the Origam API incorrectly included an XML declaration, leading to rendering issues in browsers. This declaration has now been removed to ensure proper display.