Skip to content

Release 1.0.1

Latest
Compare
Choose a tag to compare
@vihnatsenka vihnatsenka released this 23 Jun 14:30
· 7 commits to main since this release

This release includes the following features:

Filtering links from the report page
Users got possibility to specify a set of regular expressions which is used for excluding links from reports. It is available from the report page and no need to change OSGi config.

-Possibility to add host for internal links
In order to improve accuracy of results for internal links added ability to specify host name for them. It can be set up in com.exadel.etoolbox.linkinspector.core.services.helpers.impl.LinkHelperImpl OSGi config. After setting up internal links will be checked via http if it cannot be found in JCR.

-Bug fixes
Fixed false positive results for some links with redirects.