What's New in LTS 2021.43 / LTS 2021-HF43
Fix DocumentSecurityException When Turning a Retained Flexible Record to Enforced Record
Retained flexible records documents can be turned into enforced records
More on JIRA ticket NXP-32040
Prevent Flexible Record Creation if Server Is Running in Strict (Aka Old Compliance Mode)
Flexible Records are not possible when running retention in strict mode
More on JIRA ticket NXP-32028
Provide Session Attribute to Hold the Username
The http session now contains the "user_name" attribute. Tomcat access log pattern can now be changed through the "nuxeo.server.tomcat_access_log.pattern" nuxeo conf property.
In order to change the tomcat access log pattern, use the nuxeo.server.tomcat_access_log.pattern nuxeo.conf property e.g.
nuxeo.server.tomcat_access_log.pattern=%h %t %{user_name}s '%r' %s %b (processed in %D ms)
The default value is combined see https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html
More on JIRA ticket NXP-32019
Escape Dash in the Automation Operation Category
Dashes in Automation operation categories are now escaped.
More on JIRA ticket NXP-32011
Learn More
More information about released changes and fixed bugs is available in our bug tracking tool.