Link Checker Transformer not stripping html for JavaScript load
I have the Link Checker Transformer service turned on and the strip html extension option checked in the felix console. It is working as intended except in the following scenario.
I have an unordered list on a page:
<ul><li>Click Here</li></ul>
On clicking "Click Here", an event is triggered that redirects to another URL: /content/mysite/testpage.html using
jQuery(location).attr('href', "/content/mysite/testpage.html");
In this case, the .html is still dangling around in the URL even after testpage has loaded.
PS: removing ".html" at the end of the URL string cannot be a solution in my case because it will fail in the author mode.
Any help in working with this issue is appreciated. Thanks!
