Remove link from requestURI in acpSessionLog
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Oct 2021 10:31:30 +0000 (12:31 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 20 Oct 2021 10:31:30 +0000 (12:31 +0200)
commitc1586ab667e1b6e075538516b21fe8a31855c19e
tree976b5553932b63835a6458a9924f5eee7e1167ab
parentd91ae102548019908c1188e98c3bfce5dfed9419
Remove link from requestURI in acpSessionLog

The link has been non-functional since ages, because `hasProtectedURI()`
effectively always returned `true`, as the `page` and `form` query parameters
are no longer in use.

With WoltLab Suite 5.4 the `requestURI` might also contain a request ID and the
link length is also limited to 255 characters.

All in all it appears that supporting a link within the log is non-trivial,
with the benefit being rather small.

Resolves #4524
wcfsetup/install/files/acp/templates/acpSessionLog.tpl
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLog.class.php