Fixed issues in 14.0.4 Web/App/DB server
The following Web/App/DB server issues are fixed in version 14.0.4
- For libraries re-used in a lot of publications (over 2500) the list of baselines is too big and fails with error. It's fixed by introducing a business logic that uses a specific database query to retrieve the released publication outputs in the specified language having the specified baselines.
- Publish post process plugin ISHREMOVEFIXEDANDNONDITAXMLATTRIBUTES fails for maps without encoding in xml declaration with error message:
Name cannot begin with the '.' character.This is fixed during export by addingencoding="UTF-16"in the xml declaration (if no encoding is present).