Skip to content
Snippets Groups Projects
Commit 10cee627 authored by Torben Hansen's avatar Torben Hansen Committed by Christian Kuhn
Browse files

[TASK] Remove internal declaration for hashService property in actionController

With #92996 the property `hashService` in extbase `actionController`
has been marked as internal. This change was most likely made,
because the extbase `hashService` class was declared as internal.

The extbase `HashService` has been deprecated with #102763 and
extbase `actionController` now uses the new `HashService` introduced
with #102761, which is public API. Therefore, the internal declaration
for the property `hashService` in `actionController` can be removed
again, so extension authors can use the `hashService` for e.g. HMAC
validation.

Resolves: #103320
Related: #92996
Related: #102763
Related: #102761
Releases: main
Change-Id: I6ded62172953bd61e676f367eec04bd20526feed
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83303


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent f8976c7f
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