Skip to content
Snippets Groups Projects
Commit 916bf8fd authored by Benni Mack's avatar Benni Mack Committed by Stefan Bürk
Browse files

[BUGFIX] Properly resolve GET parameter `id`

This change ensures that `?id=` only
validates against an integer-interpreted
value, disallowing `?id=nonsense23` which
previously resolved to "23"

In case an invalid `?id=` parameter value
is provided throw a page not found error.

Resolves: #103057
Releases: main, 12.4
Change-Id: Iaeb3096944b6872b73b056b690bf4f7fabbe9a6b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82867


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent e02e8ef2
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment