Release Notes Sitevision 2022.10.2
Sitevision 2022.10.2 contains infrastructure updates, some improvements and bug fixes.
Infrastructure
Upgrades
- [SV-34762] Tomcat is updated to 9.0.68
Improvements
- [SV-32420] Automatic reload of (some) properties when sitevision.properties file is mutated
- [SV-34708] MIME support for the
.xliff
file extension (alias for the.xlf
file extension) - [SV-34704] Attribute criterias of Virtual groups - added support for "local" attributes of Directory users
Public API
Improvements
- [SV-7368] AliasUtil - new utility to lookup potential alias name for a given page
REST API
Improvements
- [SV-34787] GET /search - introduce limit of max number of hits to 500 (restrict "limit" param)
- [SV-34814] GET /searchuseridentities - introduce limit of max number of hits to 500 (restrict "maxHits" param)
Bug fixes
- [SV-34813] GET /likes - fixed bug that could occur if a broken user identity is among the "likers"
WebApps and RESTApps
Improvements
- [SV-34640] Added support for the oauth2 requireable in config/index.js
Bug fixes
- [SV-34785] PortletContextUtil.getCurrentPortlet() would not return proper result when used in config/index.js
Search
Bug fixes
- [SV-34586] Query logging files could and up empty due to race condition (when multiple queries was executed during log file rollover)