تاريخ آخر تحديث
6 مايو 2021
Issue
When I attempt to use the CQ5 Upgrade Tool to migrate content from CQ3.X or CQ4.X to CQ5.3 then the Add Page to Upgrade link is broken.
Resolution
The broken link for Add Page to Upgrade is due to an issue with the configuration of the Link Checker in 5.3.
Please change the "Link Check Override Patterns" from ^system/
to ^http://[^/]*/system/
in this configuration:
http://<host>:<port>/system/console/configMgr/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
and also change the same configuration in CRX:
- Log into the /crx webapp as admin
- Open CRX Explorer
- Copy
/libs/cq/linkchecker/config.author/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
to/apps/<myapp>/config.author/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl
(where<myapp>
is the name of your application) - Change the value of property
/apps/<myapp>/config.author/com.day.cq.rewriter.linkchecker.impl.LinkCheckerImpl/service.check_override_patterns
from^system/
to^http://[^/]*/system/
- Save changes by clicking the Save All button
Applies to
CQ3/CQ4 Migration to CQ5.3