aem-core-wcm-components
aem-core-wcm-components copied to clipboard
Service ranking for TableOfContentsFilter incorrectly defined
Version: 2.25.5-SNAPSHOT
The service ranking syntax in TableOfContentsFilter is defined incorrectly, resulting in the filter having an invalid config when viewed on /system/console/status-Services
Invalid line:
property = {Constants.SERVICE_RANKING + "Integer=999"}
should be (added ':'):
property = {Constants.SERVICE_RANKING + ":Integer=999"}
The component seems to be working fine w/o this service ranking, so unsure if this should be fixed or just removed.