Doubt w.r.t, Link Check Override pattern attribute in Day CQ Link Checker Service | Community
Skip to main content
cquser1
New Participant
May 24, 2017
Solved

Doubt w.r.t, Link Check Override pattern attribute in Day CQ Link Checker Service

  • May 24, 2017
  • 2 replies
  • 857 views

Hi,

Suppose, I have ^system/ and ^[a-zA-Z0-9 ]* set for this property. What exactly does this remove from the page links.

Any thoughts will be helpful.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

It means to disable link checking for the domains with regular expression.

Good reference article to understand the concept :- http://tostring.me/206/how-to-disable-adobe-cq-link-checker/

~kautuk

2 replies

kautuk_sahni
kautuk_sahniAccepted solution
Employee
May 25, 2017

It means to disable link checking for the domains with regular expression.

Good reference article to understand the concept :- http://tostring.me/206/how-to-disable-adobe-cq-link-checker/

~kautuk

Kautuk Sahni
MC_Stuff
New Participant
May 24, 2017

Hi,

Indicates don;t rewrite links for your regular expression. 

Thanks,