Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] normalizedParams for upgrade wizards #461

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Conversation

achimfritz
Copy link
Contributor

Fixes: #460

Copy link

@bnf bnf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, should be fixed both in EXT:container and upstream.
Upstream fix is here: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81969

reviewtypo3org pushed a commit to TYPO3/typo3 that referenced this pull request Nov 27, 2023
With #100885 the availability of the normalizedParams request attribute
became a requirement for user sessions initialized with a custom PSR-7
request. Extensions like EXT:container relied on the fact that a plain
request object could be passed to `Bootstrap::initializeBackendUser()`.

This will be fixed in EXT:container[1] but in case other extensions
relied on this as well, a fallback is now provided.

[1] b13/container#461

Resolves: #102520
Related: #100885
Releases: main, 12.4
Change-Id: Idbf5a6b3d72ecab4a9943d7bb2febf41fa4b6635
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81969
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
reviewtypo3org pushed a commit to TYPO3/typo3 that referenced this pull request Nov 27, 2023
With #100885 the availability of the normalizedParams request attribute
became a requirement for user sessions initialized with a custom PSR-7
request. Extensions like EXT:container relied on the fact that a plain
request object could be passed to `Bootstrap::initializeBackendUser()`.

This will be fixed in EXT:container[1] but in case other extensions
relied on this as well, a fallback is now provided.

[1] b13/container#461

Resolves: #102520
Related: #100885
Releases: main, 12.4
Change-Id: Idbf5a6b3d72ecab4a9943d7bb2febf41fa4b6635
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81908
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benjamin Franzke <ben@bnf.dev>
TYPO3IncTeam pushed a commit to TYPO3-CMS/core that referenced this pull request Nov 27, 2023
With #100885 the availability of the normalizedParams request attribute
became a requirement for user sessions initialized with a custom PSR-7
request. Extensions like EXT:container relied on the fact that a plain
request object could be passed to `Bootstrap::initializeBackendUser()`.

This will be fixed in EXT:container[1] but in case other extensions
relied on this as well, a fallback is now provided.

[1] b13/container#461

Resolves: #102520
Related: #100885
Releases: main, 12.4
Change-Id: Idbf5a6b3d72ecab4a9943d7bb2febf41fa4b6635
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81969
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
TYPO3IncTeam pushed a commit to TYPO3-CMS/core that referenced this pull request Nov 27, 2023
With #100885 the availability of the normalizedParams request attribute
became a requirement for user sessions initialized with a custom PSR-7
request. Extensions like EXT:container relied on the fact that a plain
request object could be passed to `Bootstrap::initializeBackendUser()`.

This will be fixed in EXT:container[1] but in case other extensions
relied on this as well, a fallback is now provided.

[1] b13/container#461

Resolves: #102520
Related: #100885
Releases: main, 12.4
Change-Id: Idbf5a6b3d72ecab4a9943d7bb2febf41fa4b6635
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81908
Reviewed-by: Benjamin Franzke <ben@bnf.dev>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benjamin Franzke <ben@bnf.dev>
@achimfritz achimfritz merged commit 7da5c2c into master Dec 22, 2023
15 of 17 checks passed
@achimfritz achimfritz deleted the issue/460 branch December 22, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fatals in upgrade wizards using TYPO3 version 12.4.8
3 participants