Different ways of configuring the Link Checker Service in CQ 5.6?
Hi,
What is/are the proper way/s of configuring the Link Checker Service?
So far, creating a .config text file under /apps/cq/linkchecker/config/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl.config has worked, but looks like creating the config under /apps/<myapp>/config does not work, contrary to what's mentioned in the following links:
- http://helpx.adobe.com/experience-manager/kb/CQ53HowToExcludeURLsFromTheLinkChecker.html
- http://docs.adobe.com/docs/en/cq/current/deploying/configuring_osgi.html.
What would happen if there were different LinkChecker config files under /apps/app1/config, apps/app2/config, etc.? As The Link Checker can be bound to only one config file, how can there be multiple configs for different apps? How can it be verified in /system/console/configMgr that each app is picking up its own config?
Also, I assume both sling:OsgiConfig nodes and textual .config files should work, but again, putting a sling:OsgiConfig node under /apps/myapp/config was not getting picked up by the system.
Finally, is there a web console page available that can be used to test what a link will be transformed to, similar to how /system/console/jcrresolver lets you test url mapping? Basically, a page where I can enter some HTML (e.g. <a href="https://nonexistingdomain.example.com">Foo</a>), to see if the link is transformed to text or stays intact?
Thanks in advance.