Steps to reproduce the issue
when com redirrect is in capture mode on a site under php 8.1 an error deprecated appears in each line of the url column the error is
Deprecated: rawurldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/public_html/administrator/components/com_redirect/tmpl/links/default.php on line 123
Expected result
Actual result
System information (as much as possible)
Additional comments
it is fixed changing line 123 to
escape(rawurldecode($item->new_url ?? '')); ?>
please test #39005