In: https://www.php.net/manual/de/function.rawurlencode.php I read: "... rawurlencode() should not be used on unparsed URLs."
So, I wonder, what is the rawurlencode() at the end of the function getRedirectURL($id) there for?
https://codesearch.dokuwiki.org/xref/plugin/redirect/helper.php#63
Can it be savely removed?
Rationale: It breaks action links that could be valid parts of redirects.
Also see code here in the forum:
https://forum.dokuwiki.org/d/21468-konfigurierung-des-redirect-plugins/13